#2A0C82

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

Shades of Persian Indigo #2A0C82

Tints of Persian Indigo #2A0C82

Color information

#2A0C82 (or 0x2A0C82) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0C and 82. RGB value is (42,12,130). Sum of RGB (Red+Green+Blue) = 42+12+130=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #2A0C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0C82 is #D5F37D. Grayscale: #212121. Windows color (decimal): -14021502 or 8522794. OLE color: 8522794.

HSL color Cylindrical-coordinate representation of color #2A0C82: hue angle of 255.25º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0C82 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4212130-
CMYK0.680.9100.49
HSL255.25º83.1%27.84%-
HSV(B)255.25º90.77%50.98%-
XYZ5.122.3721.31-
YUV34.42181.94133.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 130 (51.17% from 255) = 70.65%
R=22.83%
G=6.52%
B=70.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal42121300.680.9100.49255.2583.127.84
Hex2AC82445B031ff531c
Octal521420210413306137712334
Binary10101011001000001010001001011011011000111111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,12,130); }

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

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

 a { background-color: rgb(42,12,130); }

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

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

 span { border-color: rgb(42,12,130); }

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