Html Css Color HEX #271872 Persian Indigo

📋 copy color: '#271872'

red 39 ◦ green 24 ◦ blue 114

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

Shades of Persian Indigo #271872

Tints of Persian Indigo #271872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 22.03%
G = 13.56%
B = 64.41%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271872 (or 0x271872) is known color: Persian Indigo. HEX triplet: 27, 18 and 72. RGB value is (39,24,114). Sum of RGB (Red+Green+Blue) = 39+24+114=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #271872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271872 is #D8E78D. Grayscale: #262626. Windows color (decimal): -14215054 or 7477287. OLE color: 7477287.

HSL color Cylindrical-coordinate representation of color #271872: hue angle of 250º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271872 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 24 114 -
CMYK 0.66 0.79 0 0.55
HSL 250º 0.65% 0.27% -
HSV(B) 250º 0.79% 0.45% -
XYZ 4.2 2.3 16.14 -
YUV 38.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 39 24 114 0.66 0.79 0 0.55 250 0.65 0.27
Hex 27 18 72 42 4F 0 37 FA 41 1B
Octal 47 30 162 102 117 0 67 372 101 33
Binary 100111 11000 1110010 1000010 1001111 0 110111 11111010 1000001 11011

Color Harmonies of #271872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271872

Black with #271872

Text Example


Text Example

White with #271872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271872; }

 p { color: rgb(39,24,114); }

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

background-color css

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

 a { background-color: rgb(39,24,114); }

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

border-color css

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

 span { border-color: rgb(39,24,114); }

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