#2F146A

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

Shades of Persian Indigo #2F146A

Tints of Persian Indigo #2F146A

Color information

#2F146A (or 0x2F146A) is unknown color: approx Persian Indigo. HEX triplet: 2F, 14 and 6A. RGB value is (47,20,106). Sum of RGB (Red+Green+Blue) = 47+20+106=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #2F146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F146A is #D0EB95. Grayscale: #252525. Windows color (decimal): -13691798 or 6951983. OLE color: 6951983.

HSL color Cylindrical-coordinate representation of color #2F146A: hue angle of 258.84º degrees, saturation: 0.68, 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 #2F146A is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4720106-
CMYK0.560.8100.58
HSL258.84º68.25%24.71%-
HSV(B)258.84º81.13%41.57%-
XYZ4.022.1513.84-
YUV37.88166.45134.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 106 (41.80% from 255) = 61.27%
R=27.17%
G=11.56%
B=61.27%

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
Decimal47201060.560.8100.58258.8468.2524.71
Hex2F146A385103A1034419
Octal57241527012107240310431
Binary10111110100110101011100010100010111010100000011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,20,106); }

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

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

 a { background-color: rgb(47,20,106); }

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

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

 span { border-color: rgb(47,20,106); }

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