Html Css Color HEX #2F1970 Persian Indigo

📋 copy color: '#2F1970'

red 47 ◦ green 25 ◦ blue 112

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

Shades of Persian Indigo #2F1970

Tints of Persian Indigo #2F1970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.87%

R = 25.54%
G = 13.59%
B = 60.87%

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

#2F1970 (or 0x2F1970) is known color: Persian Indigo. HEX triplet: 2F, 19 and 70. RGB value is (47,25,112). Sum of RGB (Red+Green+Blue) = 47+25+112=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F1970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1970 is #D0E68F. Grayscale: #292929. Windows color (decimal): -13690512 or 7346479. OLE color: 7346479.

HSL color Cylindrical-coordinate representation of color #2F1970: hue angle of 255.17º 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 #2F1970 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 25 112 -
CMYK 0.58 0.78 0 0.56
HSL 255.17º 0.64% 0.27% -
HSV(B) 255.17º 0.78% 0.44% -
XYZ 4.44 2.47 15.57 -
YUV 41.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 47 25 112 0.58 0.78 0 0.56 255.17 0.64 0.27
Hex 2F 19 70 3A 4E 0 38 FF 40 1B
Octal 57 31 160 72 116 0 70 377 100 33
Binary 101111 11001 1110000 111010 1001110 0 111000 11111111 1000000 11011

Color Harmonies of #2F1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1970

Black with #2F1970

Text Example


Text Example

White with #2F1970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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