Html Css Color HEX #2F0179 Persian Indigo

📋 copy color: '#2F0179'

red 47 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #2F0179

Tints of Persian Indigo #2F0179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 71.6%

R = 27.81%
G = 0.59%
B = 71.6%

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

#2F0179 (or 0x2F0179) is known color: Persian Indigo. HEX triplet: 2F, 01 and 79. RGB value is (47,1,121). Sum of RGB (Red+Green+Blue) = 47+1+121=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0179 is #D0FE86. Grayscale: #1C1C1C. Windows color (decimal): -13696647 or 7930159. OLE color: 7930159.

HSL color Cylindrical-coordinate representation of color #2F0179: hue angle of 263º 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 #2F0179 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 1 121 -
CMYK 0.61 0.99 0 0.53
HSL 263º 0.98% 0.24% -
HSV(B) 263º 0.99% 0.47% -
XYZ 4.63 2.01 18.23 -
YUV 28.43 180.24 141.24 -
System Red Green Blue C M Y K H S L
Decimal 47 1 121 0.61 0.99 0 0.53 263 0.98 0.24
Hex 2F 1 79 3D 63 0 35 107 62 18
Octal 57 1 171 75 143 0 65 407 142 30
Binary 101111 1 1111001 111101 1100011 0 110101 100000111 1100010 11000

Color Harmonies of #2F0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0179

Black with #2F0179

Text Example


Text Example

White with #2F0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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