#2F158B

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

Shades of Persian Indigo #2F158B

Tints of Persian Indigo #2F158B

Color information

#2F158B (or 0x2F158B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 15 and 8B. RGB value is (47,21,139). Sum of RGB (Red+Green+Blue) = 47+21+139=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F158B is #D0EA74. Grayscale: #292929. Windows color (decimal): -13691509 or 9114927. OLE color: 9114927.

HSL color Cylindrical-coordinate representation of color #2F158B: hue angle of 253.22º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F158B is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4721139-
CMYK0.660.8500.45
HSL253.22º73.75%31.37%-
HSV(B)253.22º84.89%54.51%-
XYZ6.1324.68-
YUV42.23182.61131.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.71%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 139 (54.69% from 255) = 67.15%
R=22.71%
G=10.14%
B=67.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47211390.660.8500.45253.2273.7531.37
Hex2F158B425502Dfd4a1f
Octal572521310212505537511237
Binary101111101011000101110000101010101010110111111101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,139); }

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

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

 a { background-color: rgb(47,21,139); }

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

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

 span { border-color: rgb(47,21,139); }

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