#2A016E

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

Shades of Persian Indigo #2A016E

Tints of Persian Indigo #2A016E

Color information

#2A016E (or 0x2A016E) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 6E. RGB value is (42,1,110). Sum of RGB (Red+Green+Blue) = 42+1+110=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A016E is #D5FE91. Grayscale: #191919. Windows color (decimal): -14024338 or 7209258. OLE color: 7209258.

HSL color Cylindrical-coordinate representation of color #2A016E: hue angle of 262.57º 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 #2A016E is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB421110-
CMYK0.620.9900.57
HSL262.57º98.2%21.76%-
HSV(B)262.57º99.09%43.14%-
XYZ3.781.6414.87-
YUV25.68175.58139.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=27.45%
G=0.65%
B=71.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4211100.620.9900.57262.5798.221.76
Hex2A16E3E630391076216
Octal5211567614307140714226
Binary1010101110111011111011000110111001100000111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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