#2F036B

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

Shades of Persian Indigo #2F036B

Tints of Persian Indigo #2F036B

Color information

#2F036B (or 0x2F036B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 03 and 6B. RGB value is (47,3,107). Sum of RGB (Red+Green+Blue) = 47+3+107=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F036B is #D0FC94. Grayscale: #1B1B1B. Windows color (decimal): -13696149 or 7013167. OLE color: 7013167.

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

Color convert

RGB473107-
CMYK0.560.9700.58
HSL265.38º94.55%21.57%-
HSV(B)265.38º97.2%41.96%-
XYZ3.861.7314.04-
YUV28.01172.58141.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.94%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=29.94%
G=1.91%
B=68.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4731070.560.9700.58265.3894.5521.57
Hex2F36B386103A1095f16
Octal5731537014107241113726
Binary10111111110101111100011000010111010100001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,3,107); }

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

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

 a { background-color: rgb(47,3,107); }

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

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

 span { border-color: rgb(47,3,107); }

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