#2F087B

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

Shades of Persian Indigo #2F087B

Tints of Persian Indigo #2F087B

Color information

#2F087B (or 0x2F087B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 08 and 7B. RGB value is (47,8,123). Sum of RGB (Red+Green+Blue) = 47+8+123=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F087B is #D0F784. Grayscale: #202020. Windows color (decimal): -13694853 or 8063023. OLE color: 8063023.

HSL color Cylindrical-coordinate representation of color #2F087B: hue angle of 260.35º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F087B is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB478123-
CMYK0.620.9300.52
HSL260.35º87.79%25.69%-
HSV(B)260.35º93.5%48.24%-
XYZ4.832.2118.91-
YUV32.77178.92138.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 123 (48.44% from 255) = 69.10%
R=26.40%
G=4.49%
B=69.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4781230.620.9300.52260.3587.7925.69
Hex2F87B3E5D034104581a
Octal57101737613506440413032
Binary1011111000111101111111010111010110100100000100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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