Html Css Color HEX #2F0177 Persian Indigo

📋 copy color: '#2F0177'

red 47 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #2F0177

Tints of Persian Indigo #2F0177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 71.26%

R = 28.14%
G = 0.6%
B = 71.26%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F0177 (or 0x2F0177) is known color: Persian Indigo. HEX triplet: 2F, 01 and 77. RGB value is (47,1,119). Sum of RGB (Red+Green+Blue) = 47+1+119=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F0177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0177 is #D0FE88. Grayscale: #1B1B1B. Windows color (decimal): -13696649 or 7799087. OLE color: 7799087.

HSL color Cylindrical-coordinate representation of color #2F0177: hue angle of 263.39º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0177 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 1 119 -
CMYK 0.61 0.99 0 0.53
HSL 263.39º 0.98% 0.24% -
HSV(B) 263.39º 0.99% 0.47% -
XYZ 4.51 1.96 17.59 -
YUV 28.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 47 1 119 0.61 0.99 0 0.53 263.39 0.98 0.24
Hex 2F 1 77 3D 63 0 35 107 62 18
Octal 57 1 167 75 143 0 65 407 142 30
Binary 101111 1 1110111 111101 1100011 0 110101 100000111 1100010 11000

Color Harmonies of #2F0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0177

Black with #2F0177

Text Example


Text Example

White with #2F0177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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