#2F016B

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

Shades of Persian Indigo #2F016B

Tints of Persian Indigo #2F016B

Color information

#2F016B (or 0x2F016B) is unknown color: approx Persian Indigo. HEX triplet: 2F, 01 and 6B. RGB value is (47,1,107). Sum of RGB (Red+Green+Blue) = 47+1+107=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F016B is #D0FE94. Grayscale: #1A1A1A. Windows color (decimal): -13696661 or 7012655. OLE color: 7012655.

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

Color convert

RGB471107-
CMYK0.560.9900.58
HSL266.04º98.15%21.18%-
HSV(B)266.04º99.07%41.96%-
XYZ3.841.6914.03-
YUV26.84173.24142.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.32%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 107 (42.19% from 255) = 69.03%
R=30.32%
G=0.65%
B=69.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4711070.560.9900.58266.0498.1521.18
Hex2F16B386303A10a6215
Octal5711537014307241214225
Binary1011111110101111100011000110111010100001010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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