#2F087F

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

Shades of Persian Indigo #2F087F

Tints of Persian Indigo #2F087F

Color information

#2F087F (or 0x2F087F) is unknown color: approx Persian Indigo. HEX triplet: 2F, 08 and 7F. RGB value is (47,8,127). Sum of RGB (Red+Green+Blue) = 47+8+127=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F087F is #D0F780. Grayscale: #202020. Windows color (decimal): -13694849 or 8325167. OLE color: 8325167.

HSL color Cylindrical-coordinate representation of color #2F087F: hue angle of 259.66º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F087F is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB478127-
CMYK0.630.9400.50
HSL259.66º88.15%26.47%-
HSV(B)259.66º93.7%49.8%-
XYZ5.092.3120.26-
YUV33.23180.92137.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 127 (50% from 255) = 69.78%
R=25.82%
G=4.40%
B=69.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4781270.630.9400.50259.6688.1526.47
Hex2F87F3F5E032104581a
Octal57101777713606240413032
Binary1011111000111111111111110111100110010100000100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,8,127); }

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

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

 a { background-color: rgb(47,8,127); }

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

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

 span { border-color: rgb(47,8,127); }

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