#2A0D8B

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

Shades of Persian Indigo #2A0D8B

Tints of Persian Indigo #2A0D8B

Color information

#2A0D8B (or 0x2A0D8B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0D and 8B. RGB value is (42,13,139). Sum of RGB (Red+Green+Blue) = 42+13+139=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A0D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0D8B is #D5F274. Grayscale: #232323. Windows color (decimal): -14021237 or 9112874. OLE color: 9112874.

HSL color Cylindrical-coordinate representation of color #2A0D8B: hue angle of 253.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0D8B is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4213139-
CMYK0.700.9100.45
HSL253.81º82.89%29.8%-
HSV(B)253.81º90.65%54.51%-
XYZ5.762.6424.63-
YUV36.03186.11132.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 139 (54.69% from 255) = 71.65%
R=21.65%
G=6.70%
B=71.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42131390.700.9100.45253.8182.8929.8
Hex2AD8B465B02Dfe531e
Octal521521310613305537612336
Binary10101011011000101110001101011011010110111111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,13,139); }

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

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

 a { background-color: rgb(42,13,139); }

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

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

 span { border-color: rgb(42,13,139); }

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