#2F1195

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

Shades of Persian Indigo #2F1195

Tints of Persian Indigo #2F1195

Color information

#2F1195 (or 0x2F1195) is unknown color: approx Persian Indigo. HEX triplet: 2F, 11 and 95. RGB value is (47,17,149). Sum of RGB (Red+Green+Blue) = 47+17+149=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1195 is #D0EE6A. Grayscale: #282828. Windows color (decimal): -13692523 or 9769263. OLE color: 9769263.

HSL color Cylindrical-coordinate representation of color #2F1195: hue angle of 253.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1195 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4717149-
CMYK0.680.8900.42
HSL253.64º79.52%32.55%-
HSV(B)253.64º88.59%58.43%-
XYZ6.83.1828.69-
YUV41.02188.94132.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.07%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=22.07%
G=7.98%
B=69.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47171490.680.8900.42253.6479.5232.55
Hex2F1195445902Afe5021
Octal572122510413105237612041
Binary1011111000110010101100010010110010101010111111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,17,149); }

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

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

 a { background-color: rgb(47,17,149); }

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

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

 span { border-color: rgb(47,17,149); }

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