#530565

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

Shades of Indigo #530565

Tints of Indigo #530565

Color information

#530565 (or 0x530565) is unknown color: approx Indigo. HEX triplet: 53, 05 and 65. RGB value is (83,5,101). Sum of RGB (Red+Green+Blue) = 83+5+101=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #530565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530565 is #ACFA9A. Grayscale: #262626. Windows color (decimal): -11336347 or 6620499. OLE color: 6620499.

HSL color Cylindrical-coordinate representation of color #530565: hue angle of 288.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530565 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB835101-
CMYK0.180.9500.60
HSL288.75º90.57%20.78%-
HSV(B)288.75º95.05%39.61%-
XYZ5.972.8912.55-
YUV39.27162.84159.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 101 (39.84% from 255) = 53.44%
R=43.92%
G=2.65%
B=53.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8351010.180.9500.60288.7590.5720.78
Hex53565125F03C1215b15
Octal12351452213707444113325
Binary101001110111001011001010111110111100100100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530565; }

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

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

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

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

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

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

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

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