Html Css Color HEX #2F1772 Persian Indigo

📋 copy color: '#2F1772'

red 47 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #2F1772

Tints of Persian Indigo #2F1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

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

R = 25.54%
G = 12.5%
B = 61.96%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2F1772 (or 0x2F1772) is known color: Persian Indigo. HEX triplet: 2F, 17 and 72. RGB value is (47,23,114). Sum of RGB (Red+Green+Blue) = 47+23+114=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1772 is #D0E88D. Grayscale: #282828. Windows color (decimal): -13691022 or 7477039. OLE color: 7477039.

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

Color convert

RGB 47 23 114 -
CMYK 0.59 0.80 0 0.55
HSL 255.82º 0.66% 0.27% -
HSV(B) 255.82º 0.8% 0.45% -
XYZ 4.52 2.43 16.15 -
YUV 40.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 47 23 114 0.59 0.80 0 0.55 255.82 0.66 0.27
Hex 2F 17 72 3B 50 0 37 100 42 1B
Octal 57 27 162 73 120 0 67 400 102 33
Binary 101111 10111 1110010 111011 1010000 0 110111 100000000 1000010 11011

Color Harmonies of #2F1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1772

Black with #2F1772

Text Example


Text Example

White with #2F1772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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