#2F0B87

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

Shades of Persian Indigo #2F0B87

Tints of Persian Indigo #2F0B87

Color information

#2F0B87 (or 0x2F0B87) is unknown color: approx Persian Indigo. HEX triplet: 2F, 0B and 87. RGB value is (47,11,135). Sum of RGB (Red+Green+Blue) = 47+11+135=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F0B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0B87 is #D0F478. Grayscale: #232323. Windows color (decimal): -13694073 or 8850223. OLE color: 8850223.

HSL color Cylindrical-coordinate representation of color #2F0B87: hue angle of 257.42º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0B87 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4711135-
CMYK0.650.9200.47
HSL257.42º84.93%28.63%-
HSV(B)257.42º91.85%52.94%-
XYZ5.672.5923.12-
YUV35.9183.93135.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 135 (53.12% from 255) = 69.95%
R=24.35%
G=5.70%
B=69.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47111350.650.9200.47257.4284.9328.63
Hex2FB87415C02F101551d
Octal571320710113405740112535
Binary101111101110000111100000110111000101111100000001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,11,135); }

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

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

 a { background-color: rgb(47,11,135); }

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

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

 span { border-color: rgb(47,11,135); }

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