#2A016C

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

Shades of Persian Indigo #2A016C

Tints of Persian Indigo #2A016C

Color information

#2A016C (or 0x2A016C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 6C. RGB value is (42,1,108). Sum of RGB (Red+Green+Blue) = 42+1+108=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A016C is #D5FE93. Grayscale: #191919. Windows color (decimal): -14024340 or 7078186. OLE color: 7078186.

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

Color convert

RGB421108-
CMYK0.610.9900.58
HSL262.99º98.17%21.37%-
HSV(B)262.99º99.07%42.35%-
XYZ3.671.614.3-
YUV25.46174.58139.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.81%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 108 (42.58% from 255) = 71.52%
R=27.81%
G=0.66%
B=71.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4211080.610.9900.58262.9998.1721.37
Hex2A16C3D6303A1076215
Octal5211547514307240714225
Binary1010101110110011110111000110111010100000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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