#530665

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

Shades of Indigo #530665

Tints of Indigo #530665

Color information

#530665 (or 0x530665) is unknown color: approx Indigo. HEX triplet: 53, 06 and 65. RGB value is (83,6,101). Sum of RGB (Red+Green+Blue) = 83+6+101=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #530665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530665 is #ACF99A. Grayscale: #272727. Windows color (decimal): -11336091 or 6620755. OLE color: 6620755.

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

Color convert

RGB836101-
CMYK0.180.9400.60
HSL288.63º88.79%20.98%-
HSV(B)288.63º94.06%39.61%-
XYZ5.982.9112.56-
YUV39.85162.51158.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=43.68%
G=3.16%
B=53.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8361010.180.9400.60288.6388.7920.98
Hex53665125E03C1215915
Octal12361452213607444113125
Binary101001111011001011001010111100111100100100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530665; }

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

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

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

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

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

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

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

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