#2A016B

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

Shades of Persian Indigo #2A016B

Tints of Persian Indigo #2A016B

Color information

#2A016B (or 0x2A016B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 6B. RGB value is (42,1,107). Sum of RGB (Red+Green+Blue) = 42+1+107=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A016B is #D5FE94. Grayscale: #181818. Windows color (decimal): -14024341 or 7012650. OLE color: 7012650.

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

Color convert

RGB421107-
CMYK0.610.9900.58
HSL263.21º98.15%21.18%-
HSV(B)263.21º99.07%41.96%-
XYZ3.621.5814.02-
YUV25.34174.08139.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 107 (42.19% from 255) = 71.33%
R=28%
G=0.67%
B=71.33%

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
Decimal4211070.610.9900.58263.2198.1521.18
Hex2A16B3D6303A1076215
Octal5211537514307240714225
Binary1010101110101111110111000110111010100000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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