#530568

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

Shades of Indigo #530568

Tints of Indigo #530568

Color information

#530568 (or 0x530568) is unknown color: approx Indigo. HEX triplet: 53, 05 and 68. RGB value is (83,5,104). Sum of RGB (Red+Green+Blue) = 83+5+104=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #530568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530568 is #ACFA97. Grayscale: #272727. Windows color (decimal): -11336344 or 6817107. OLE color: 6817107.

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

Color convert

RGB835104-
CMYK0.200.9500.59
HSL287.27º90.83%21.37%-
HSV(B)287.27º95.19%40.78%-
XYZ6.122.9513.34-
YUV39.61164.34158.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=43.23%
G=2.60%
B=54.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8351040.200.9500.59287.2790.8321.37
Hex53568145F03B11f5b15
Octal12351502413707343713325
Binary101001110111010001010010111110111011100011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530568; }

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

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

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

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

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

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

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

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