#2F156C

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

Shades of Persian Indigo #2F156C

Tints of Persian Indigo #2F156C

Color information

#2F156C (or 0x2F156C) is unknown color: approx Persian Indigo. HEX triplet: 2F, 15 and 6C. RGB value is (47,21,108). Sum of RGB (Red+Green+Blue) = 47+21+108=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F156C is #D0EA93. Grayscale: #262626. Windows color (decimal): -13691540 or 7083311. OLE color: 7083311.

HSL color Cylindrical-coordinate representation of color #2F156C: hue angle of 257.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F156C is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4721108-
CMYK0.560.8100.58
HSL257.93º67.44%25.29%-
HSV(B)257.93º80.56%42.35%-
XYZ4.152.2214.4-
YUV38.69167.11133.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.70%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=26.70%
G=11.93%
B=61.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47211080.560.8100.58257.9367.4425.29
Hex2F156C385103A1024319
Octal57251547012107240210331
Binary10111110101110110011100010100010111010100000010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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