#2F016E

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

Shades of Persian Indigo #2F016E

Tints of Persian Indigo #2F016E

Color information

#2F016E (or 0x2F016E) is unknown color: approx Persian Indigo. HEX triplet: 2F, 01 and 6E. RGB value is (47,1,110). Sum of RGB (Red+Green+Blue) = 47+1+110=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F016E is #D0FE91. Grayscale: #1A1A1A. Windows color (decimal): -13696658 or 7209263. OLE color: 7209263.

HSL color Cylindrical-coordinate representation of color #2F016E: hue angle of 265.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F016E is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB471110-
CMYK0.570.9900.57
HSL265.32º98.2%21.76%-
HSV(B)265.32º99.09%43.14%-
XYZ41.7514.88-
YUV27.18174.74142.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 110 (43.36% from 255) = 69.62%
R=29.75%
G=0.63%
B=69.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4711100.570.9900.57265.3298.221.76
Hex2F16E39630391096216
Octal5711567114307141114226
Binary1011111110111011100111000110111001100001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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