#530A9C

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

Shades of Indigo #530A9C

Tints of Indigo #530A9C

Color information

#530A9C (or 0x530A9C) is unknown color: approx Indigo. HEX triplet: 53, 0A and 9C. RGB value is (83,10,156). Sum of RGB (Red+Green+Blue) = 83+10+156=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #530A9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530A9C is #ACF563. Grayscale: #2F2F2F. Windows color (decimal): -11335012 or 10226259. OLE color: 10226259.

HSL color Cylindrical-coordinate representation of color #530A9C: hue angle of 270º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530A9C is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8310156-
CMYK0.470.9400.39
HSL270º87.95%32.55%-
HSV(B)270º93.59%61.18%-
XYZ9.684.4631.8-
YUV48.47188.68152.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 10 (4.30% from 255) = 4.02%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=33.33%
G=4.02%
B=62.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83101560.470.9400.3927087.9532.55
Hex53A9C2F5E02710e5821
Octal123122345713604741613041
Binary1010011101010011100101111101111001001111000011101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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