#530A91

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

Shades of Indigo #530A91

Tints of Indigo #530A91

Color information

#530A91 (or 0x530A91) is unknown color: approx Indigo. HEX triplet: 53, 0A and 91. RGB value is (83,10,145). Sum of RGB (Red+Green+Blue) = 83+10+145=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #530A91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530A91 is #ACF56E. Grayscale: #2E2E2E. Windows color (decimal): -11335023 or 9505363. OLE color: 9505363.

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

Color convert

RGB8310145-
CMYK0.430.9300.43
HSL272.44º87.1%30.39%-
HSV(B)272.44º93.1%56.86%-
XYZ8.794.127.12-
YUV47.22183.18153.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 145 (57.03% from 255) = 60.92%
R=34.87%
G=4.20%
B=60.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83101450.430.9300.43272.4487.130.39
Hex53A912B5D02B110571e
Octal123122215313505342012736
Binary101001110101001000110101110111010101011100010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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