Html Css Color HEX #272CAA Persian Blue

📋 copy color: '#272CAA'

red 39 ◦ green 44 ◦ blue 170

#272CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #272CAA

Tints of Persian Blue #272CAA

RGB

 RED value IS 39 (15.63% from 255) = 15.42%

 GREEN value IS 44 (17.58% from 255) = 17.39%

 BLUE value IS 170 (66.8% from 255) = 67.19%

R = 15.42%
G = 17.39%
B = 67.19%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#272CAA (or 0x272CAA) is known color: Persian Blue. HEX triplet: 27, 2C and AA. RGB value is (39,44,170). Sum of RGB (Red+Green+Blue) = 39+44+170=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #272CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272CAA is #D8D355. Grayscale: #383838. Windows color (decimal): -14209878 or 11152423. OLE color: 11152423.

HSL color Cylindrical-coordinate representation of color #272CAA: hue angle of 237.71º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272CAA is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 44 170 -
CMYK 0.77 0.74 0 0.33
HSL 237.71º 0.63% 0.41% -
HSV(B) 237.71º 0.77% 0.67% -
XYZ 8.99 5.13 38.55 -
YUV 56.87 191.84 115.25 -
System Red Green Blue C M Y K H S L
Decimal 39 44 170 0.77 0.74 0 0.33 237.71 0.63 0.41
Hex 27 2C AA 4D 4A 0 21 EE 3F 29
Octal 47 54 252 115 112 0 41 356 77 51
Binary 100111 101100 10101010 1001101 1001010 0 100001 11101110 111111 101001

Color Harmonies of #272CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CAA

Black with #272CAA

Text Example


Text Example

White with #272CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272CAA; }

 p { color: rgb(39,44,170); }

 H1.HeaderClassName
 {
   color: #272CAA;
 }
 .AnyTagClassName
 {
   color: #272CAA;
 }
</style>

background-color css

<style>
 a { background-color: #272CAA; }

 a { background-color: rgb(39,44,170); }

 div.DivClassName
 {
   background-color: #272CAA;
 }
 .BgClassName
 {
   background-color: #272CAA;
 }
</style>

border-color css

<style>
 span { border-color: #272CAA; }

 span { border-color: rgb(39,44,170); }

 td.TdClassName
 {
   border-color: #272CAA;
 }
 .TagClassName
 {
   border-color: #272CAA;
 }
</style>