Html Css Color HEX #2F0176 Persian Indigo

📋 copy color: '#2F0176'

red 47 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #2F0176

Tints of Persian Indigo #2F0176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 28.31%
G = 0.6%
B = 71.08%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F0176 (or 0x2F0176) is known color: Persian Indigo. HEX triplet: 2F, 01 and 76. RGB value is (47,1,118). Sum of RGB (Red+Green+Blue) = 47+1+118=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0176 is #D0FE89. Grayscale: #1B1B1B. Windows color (decimal): -13696650 or 7733551. OLE color: 7733551.

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

Color convert

RGB 47 1 118 -
CMYK 0.60 0.99 0 0.54
HSL 263.59º 0.98% 0.23% -
HSV(B) 263.59º 0.99% 0.46% -
XYZ 4.45 1.93 17.28 -
YUV 28.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 47 1 118 0.60 0.99 0 0.54 263.59 0.98 0.23
Hex 2F 1 76 3C 63 0 36 108 62 17
Octal 57 1 166 74 143 0 66 410 142 27
Binary 101111 1 1110110 111100 1100011 0 110110 100001000 1100010 10111

Color Harmonies of #2F0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0176

Black with #2F0176

Text Example


Text Example

White with #2F0176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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