#2F1770

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

Shades of Persian Indigo #2F1770

Tints of Persian Indigo #2F1770

Color information

#2F1770 (or 0x2F1770) is unknown color: approx Persian Indigo. HEX triplet: 2F, 17 and 70. RGB value is (47,23,112). Sum of RGB (Red+Green+Blue) = 47+23+112=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1770 is #D0E88F. Grayscale: #272727. Windows color (decimal): -13691024 or 7345967. OLE color: 7345967.

HSL color Cylindrical-coordinate representation of color #2F1770: hue angle of 256.18º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F1770 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4723112-
CMYK0.580.7900.56
HSL256.18º65.93%26.47%-
HSV(B)256.18º79.46%43.92%-
XYZ4.42.3915.56-
YUV40.32168.45132.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=25.82%
G=12.64%
B=61.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47231120.580.7900.56256.1865.9326.47
Hex2F17703A4F038100421a
Octal57271607211707040010232
Binary10111110111111000011101010011110111000100000000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,23,112); }

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

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

 a { background-color: rgb(47,23,112); }

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

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

 span { border-color: rgb(47,23,112); }

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