#2A0E64

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

Shades of Persian Indigo #2A0E64

Tints of Persian Indigo #2A0E64

Color information

#2A0E64 (or 0x2A0E64) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0E and 64. RGB value is (42,14,100). Sum of RGB (Red+Green+Blue) = 42+14+100=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A0E64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0E64 is #D5F19B. Grayscale: #1F1F1F. Windows color (decimal): -14021020 or 6557226. OLE color: 6557226.

HSL color Cylindrical-coordinate representation of color #2A0E64: hue angle of 259.53º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A0E64 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4214100-
CMYK0.580.8600.61
HSL259.53º75.44%22.35%-
HSV(B)259.53º86%39.22%-
XYZ3.411.7312.21-
YUV32.18166.28135.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 14 (5.86% from 255) = 8.97%
BLUE value IS 100 (39.45% from 255) = 64.10%
R=26.92%
G=8.97%
B=64.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42141000.580.8600.61259.5375.4422.35
Hex2AE643A5603D1044b16
Octal52161447212607540411326
Binary1010101110110010011101010101100111101100000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,14,100); }

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

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

 a { background-color: rgb(42,14,100); }

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

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

 span { border-color: rgb(42,14,100); }

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