#530661

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

Shades of Indigo #530661

Tints of Indigo #530661

Color information

#530661 (or 0x530661) is unknown color: approx Indigo. HEX triplet: 53, 06 and 61. RGB value is (83,6,97). Sum of RGB (Red+Green+Blue) = 83+6+97=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #530661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530661 is #ACF99E. Grayscale: #272727. Windows color (decimal): -11336095 or 6358611. OLE color: 6358611.

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

Color convert

RGB83697-
CMYK0.140.9400.62
HSL290.77º88.35%20.2%-
HSV(B)290.77º93.81%38.04%-
XYZ5.792.8311.55-
YUV39.4160.51159.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=44.62%
G=3.23%
B=52.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal836970.140.9400.62290.7788.3520.2
Hex53661E5E03E1235814
Octal12361411613607644313024
Binary10100111101100001111010111100111110100100011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530661; }

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

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

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

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

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

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

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

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