#2F1679

Color #2F1679 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2F1679

Tints of Persian Indigo #2F1679

Color information

#2F1679 (or 0x2F1679) is unknown color: approx Persian Indigo. HEX triplet: 2F, 16 and 79. RGB value is (47,22,121). Sum of RGB (Red+Green+Blue) = 47+22+121=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F1679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1679 is #D0E986. Grayscale: #282828. Windows color (decimal): -13691271 or 7935535. OLE color: 7935535.

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

Color convert

RGB4722121-
CMYK0.610.8200.53
HSL255.15º69.23%28.04%-
HSV(B)255.15º81.82%47.45%-
XYZ4.912.5618.32-
YUV40.76173.28132.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 121 (47.66% from 255) = 63.68%
R=24.74%
G=11.58%
B=63.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47221210.610.8200.53255.1569.2328.04
Hex2F16793D52035ff451c
Octal57261717512206537710534
Binary1011111011011110011111011010010011010111111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F1679;
 }
 .AnyTagClassName
 {
   color: #2F1679;
 }
</style>
background-color css

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

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

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

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

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

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