#530A8E

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

Shades of Indigo #530A8E

Tints of Indigo #530A8E

Color information

#530A8E (or 0x530A8E) is unknown color: approx Indigo. HEX triplet: 53, 0A and 8E. RGB value is (83,10,142). Sum of RGB (Red+Green+Blue) = 83+10+142=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #530A8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530A8E is #ACF571. Grayscale: #2E2E2E. Windows color (decimal): -11335026 or 9308755. OLE color: 9308755.

HSL color Cylindrical-coordinate representation of color #530A8E: hue angle of 273.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530A8E is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8310142-
CMYK0.420.9300.44
HSL273.18º86.84%29.8%-
HSV(B)273.18º92.96%55.69%-
XYZ8.564.0125.91-
YUV46.88181.68153.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=35.32%
G=4.26%
B=60.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83101420.420.9300.44273.1886.8429.8
Hex53A8E2A5D02C111571e
Octal123122165213505442112736
Binary101001110101000111010101010111010101100100010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530A8E; }

 p { color: rgb(83,10,142); }

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

<style>
 a { background-color: #530A8E; }

 a { background-color: rgb(83,10,142); }

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

<style>
 span { border-color: #530A8E; }

 span { border-color: rgb(83,10,142); }

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