#530561

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

Shades of Indigo #530561

Tints of Indigo #530561

Color information

#530561 (or 0x530561) is unknown color: approx Indigo. HEX triplet: 53, 05 and 61. RGB value is (83,5,97). Sum of RGB (Red+Green+Blue) = 83+5+97=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #530561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530561 is #ACFA9E. Grayscale: #262626. Windows color (decimal): -11336351 or 6358355. OLE color: 6358355.

HSL color Cylindrical-coordinate representation of color #530561: hue angle of 290.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530561 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83597-
CMYK0.140.9500.62
HSL290.87º90.2%20%-
HSV(B)290.87º94.85%38.04%-
XYZ5.782.8111.55-
YUV38.81160.84159.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=44.86%
G=2.70%
B=52.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal835970.140.9500.62290.8790.220
Hex53561E5F03E1235a14
Octal12351411613707644313224
Binary10100111011100001111010111110111110100100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530561; }

 p { color: rgb(83,5,97); }

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

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

 a { background-color: rgb(83,5,97); }

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

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

 span { border-color: rgb(83,5,97); }

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