Html Css Color HEX #2F2177 Persian Indigo

📋 copy color: '#2F2177'

red 47 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #2F2177

Tints of Persian Indigo #2F2177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 23.62%
G = 16.58%
B = 59.8%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F2177 (or 0x2F2177) is known color: Persian Indigo. HEX triplet: 2F, 21 and 77. RGB value is (47,33,119). Sum of RGB (Red+Green+Blue) = 47+33+119=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F2177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2177 is #D0DE88. Grayscale: #2E2E2E. Windows color (decimal): -13688457 or 7807279. OLE color: 7807279.

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

Color convert

RGB 47 33 119 -
CMYK 0.61 0.72 0 0.53
HSL 249.77º 0.57% 0.3% -
HSV(B) 249.77º 0.72% 0.47% -
XYZ 5.05 3.02 17.77 -
YUV 46.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 47 33 119 0.61 0.72 0 0.53 249.77 0.57 0.3
Hex 2F 21 77 3D 48 0 35 FA 39 1E
Octal 57 41 167 75 110 0 65 372 71 36
Binary 101111 100001 1110111 111101 1001000 0 110101 11111010 111001 11110

Color Harmonies of #2F2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2177

Black with #2F2177

Text Example


Text Example

White with #2F2177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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