Html Css Color HEX #2F1976 Persian Indigo

📋 copy color: '#2F1976'

red 47 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #2F1976

Tints of Persian Indigo #2F1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.11%

R = 24.74%
G = 13.16%
B = 62.11%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F1976 (or 0x2F1976) is known color: Persian Indigo. HEX triplet: 2F, 19 and 76. RGB value is (47,25,118). Sum of RGB (Red+Green+Blue) = 47+25+118=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1976 is #D0E689. Grayscale: #292929. Windows color (decimal): -13690506 or 7739695. OLE color: 7739695.

HSL color Cylindrical-coordinate representation of color #2F1976: hue angle of 254.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F1976 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 25 118 -
CMYK 0.60 0.79 0 0.54
HSL 254.19º 0.65% 0.28% -
HSV(B) 254.19º 0.79% 0.46% -
XYZ 4.79 2.61 17.39 -
YUV 42.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 47 25 118 0.60 0.79 0 0.54 254.19 0.65 0.28
Hex 2F 19 76 3C 4F 0 36 FE 41 1C
Octal 57 31 166 74 117 0 66 376 101 34
Binary 101111 11001 1110110 111100 1001111 0 110110 11111110 1000001 11100

Color Harmonies of #2F1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1976

Black with #2F1976

Text Example


Text Example

White with #2F1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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