Html Css Color HEX #2F1971 Persian Indigo

📋 copy color: '#2F1971'

red 47 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #2F1971

Tints of Persian Indigo #2F1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 113 (44.53% from 255) = 61.08%

R = 25.41%
G = 13.51%
B = 61.08%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F1971 (or 0x2F1971) is known color: Persian Indigo. HEX triplet: 2F, 19 and 71. RGB value is (47,25,113). Sum of RGB (Red+Green+Blue) = 47+25+113=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1971 is #D0E68E. Grayscale: #292929. Windows color (decimal): -13690511 or 7412015. OLE color: 7412015.

HSL color Cylindrical-coordinate representation of color #2F1971: hue angle of 255º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F1971 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 25 113 -
CMYK 0.58 0.78 0 0.56
HSL 255º 0.64% 0.27% -
HSV(B) 255º 0.78% 0.44% -
XYZ 4.5 2.49 15.87 -
YUV 41.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 47 25 113 0.58 0.78 0 0.56 255 0.64 0.27
Hex 2F 19 71 3A 4E 0 38 FF 40 1B
Octal 57 31 161 72 116 0 70 377 100 33
Binary 101111 11001 1110001 111010 1001110 0 111000 11111111 1000000 11011

Color Harmonies of #2F1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1971

Black with #2F1971

Text Example


Text Example

White with #2F1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,25,113); }

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

background-color css

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

 a { background-color: rgb(47,25,113); }

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

border-color css

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

 span { border-color: rgb(47,25,113); }

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