#2F078B

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

Shades of Persian Indigo #2F078B

Tints of Persian Indigo #2F078B

Color information

#2F078B (or 0x2F078B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 07 and 8B. RGB value is (47,7,139). Sum of RGB (Red+Green+Blue) = 47+7+139=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F078B is #D0F874. Grayscale: #212121. Windows color (decimal): -13695093 or 9111343. OLE color: 9111343.

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

Color convert

RGB477139-
CMYK0.660.9500.45
HSL258.18º90.41%28.63%-
HSV(B)258.18º94.96%54.51%-
XYZ5.912.6224.62-
YUV34.01187.25137.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.35%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 139 (54.69% from 255) = 72.02%
R=24.35%
G=3.63%
B=72.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4771390.660.9500.45258.1890.4128.63
Hex2F78B425F02D1025a1d
Octal57721310213705540213235
Binary10111111110001011100001010111110101101100000010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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