#2A0564

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

Shades of Persian Indigo #2A0564

Tints of Persian Indigo #2A0564

Color information

#2A0564 (or 0x2A0564) is unknown color: approx Persian Indigo. HEX triplet: 2A, 05 and 64. RGB value is (42,5,100). Sum of RGB (Red+Green+Blue) = 42+5+100=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A0564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0564 is #D5FA9B. Grayscale: #1A1A1A. Windows color (decimal): -14023324 or 6554922. OLE color: 6554922.

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

Color convert

RGB425100-
CMYK0.580.9500.61
HSL263.37º90.48%20.59%-
HSV(B)263.37º95%39.22%-
XYZ3.311.5212.18-
YUV26.89169.26138.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.57%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 100 (39.45% from 255) = 68.03%
R=28.57%
G=3.40%
B=68.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4251000.580.9500.61263.3790.4820.59
Hex2A5643A5F03D1075a15
Octal5251447213707540713225
Binary101010101110010011101010111110111101100000111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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