#2F098E

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

Shades of Persian Indigo #2F098E

Tints of Persian Indigo #2F098E

Color information

#2F098E (or 0x2F098E) is unknown color: approx Persian Indigo. HEX triplet: 2F, 09 and 8E. RGB value is (47,9,142). Sum of RGB (Red+Green+Blue) = 47+9+142=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F098E is #D0F671. Grayscale: #232323. Windows color (decimal): -13694578 or 9308463. OLE color: 9308463.

HSL color Cylindrical-coordinate representation of color #2F098E: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F098E is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB479142-
CMYK0.670.9400.44
HSL257.14º88.08%29.61%-
HSV(B)257.14º93.66%55.69%-
XYZ6.152.7525.8-
YUV35.52188.09136.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.74%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 142 (55.86% from 255) = 71.72%
R=23.74%
G=4.55%
B=71.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4791420.670.9400.44257.1488.0829.61
Hex2F98E435E02C101581e
Octal571121610313605440113036
Binary101111100110001110100001110111100101100100000001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,9,142); }

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

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

 a { background-color: rgb(47,9,142); }

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

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

 span { border-color: rgb(47,9,142); }

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