#530a95

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

Shades of Indigo #530A95

Tints of Indigo #530A95

Color information

#530A95 (or 0x530A95) is unknown color: approx Indigo. HEX triplet: 53, 0A and 95. RGB value is (83,10,149). Sum of RGB (Red+Green+Blue) = 83+10+149=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #530A95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530A95 is #ACF56A. Grayscale: #2F2F2F. Windows color (decimal): -11335019 or 9767507. OLE color: 9767507.

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

Color convert

RGB8310149-
CMYK0.440.9300.42
HSL271.51º87.42%31.18%-
HSV(B)271.51º93.29%58.43%-
XYZ9.14.2328.77-
YUV47.67185.18153.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=34.30%
G=4.13%
B=61.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83101490.440.9300.42271.5187.4231.18
Hex53A952C5D02A110571f
Octal123122255413505242012737
Binary101001110101001010110110010111010101010100010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530a95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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