#530966

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

Shades of Indigo #530966

Tints of Indigo #530966

Color information

#530966 (or 0x530966) is unknown color: approx Indigo. HEX triplet: 53, 09 and 66. RGB value is (83,9,102). Sum of RGB (Red+Green+Blue) = 83+9+102=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #530966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530966 is #ACF699. Grayscale: #292929. Windows color (decimal): -11335322 or 6687059. OLE color: 6687059.

HSL color Cylindrical-coordinate representation of color #530966: hue angle of 287.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530966 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB839102-
CMYK0.190.9100.6
HSL287.74º83.78%21.76%-
HSV(B)287.74º91.18%40%-
XYZ6.062.9912.83-
YUV41.73162.02157.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 102 (40.23% from 255) = 52.58%
R=42.78%
G=4.64%
B=52.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8391020.190.9100.6287.7483.7821.76
Hex53966135B03C1205416
Octal123111462313307444012426
Binary1010011100111001101001110110110111100100100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530966; }

 p { color: rgb(83,9,102); }

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

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

 a { background-color: rgb(83,9,102); }

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

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

 span { border-color: rgb(83,9,102); }

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