Html Css Color HEX #2F1872 Persian Indigo

📋 copy color: '#2F1872'

red 47 ◦ green 24 ◦ blue 114

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

Shades of Persian Indigo #2F1872

Tints of Persian Indigo #2F1872

RGB

 RED value IS 47 (18.75% from 255) = 25.41%

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

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

R = 25.41%
G = 12.97%
B = 61.62%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F1872 (or 0x2F1872) is known color: Persian Indigo. HEX triplet: 2F, 18 and 72. RGB value is (47,24,114). Sum of RGB (Red+Green+Blue) = 47+24+114=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F1872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1872 is #D0E78D. Grayscale: #282828. Windows color (decimal): -13690766 or 7477295. OLE color: 7477295.

HSL color Cylindrical-coordinate representation of color #2F1872: hue angle of 255.33º 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 #2F1872 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 24 114 -
CMYK 0.59 0.79 0 0.55
HSL 255.33º 0.65% 0.27% -
HSV(B) 255.33º 0.79% 0.45% -
XYZ 4.54 2.47 16.16 -
YUV 41.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 47 24 114 0.59 0.79 0 0.55 255.33 0.65 0.27
Hex 2F 18 72 3B 4F 0 37 FF 41 1B
Octal 57 30 162 73 117 0 67 377 101 33
Binary 101111 11000 1110010 111011 1001111 0 110111 11111111 1000001 11011

Color Harmonies of #2F1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1872

Black with #2F1872

Text Example


Text Example

White with #2F1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1872; }

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

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

background-color css

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

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

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

border-color css

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

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

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