#2A0380

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

Shades of Persian Indigo #2A0380

Tints of Persian Indigo #2A0380

Color information

#2A0380 (or 0x2A0380) is unknown color: approx Persian Indigo. HEX triplet: 2A, 03 and 80. RGB value is (42,3,128). Sum of RGB (Red+Green+Blue) = 42+3+128=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A0380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0380 is #D5FC7F. Grayscale: #1C1C1C. Windows color (decimal): -14023808 or 8389418. OLE color: 8389418.

HSL color Cylindrical-coordinate representation of color #2A0380: hue angle of 258.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0380 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB423128-
CMYK0.670.9800.50
HSL258.72º95.42%25.69%-
HSV(B)258.72º97.66%50.2%-
XYZ4.882.1220.57-
YUV28.91183.92137.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=24.28%
G=1.73%
B=73.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4231280.670.9800.50258.7295.4225.69
Hex2A38043620321035f1a
Octal52320010314206240313732
Binary1010101110000000100001111000100110010100000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,128); }

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

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

 a { background-color: rgb(42,3,128); }

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

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

 span { border-color: rgb(42,3,128); }

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