#530667

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

Shades of Indigo #530667

Tints of Indigo #530667

Color information

#530667 (or 0x530667) is unknown color: approx Indigo. HEX triplet: 53, 06 and 67. RGB value is (83,6,103). Sum of RGB (Red+Green+Blue) = 83+6+103=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #530667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530667 is #ACF998. Grayscale: #272727. Windows color (decimal): -11336089 or 6751827. OLE color: 6751827.

HSL color Cylindrical-coordinate representation of color #530667: hue angle of 287.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 #530667 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB836103-
CMYK0.190.9400.60
HSL287.63º88.99%21.37%-
HSV(B)287.63º94.17%40.39%-
XYZ6.082.9513.08-
YUV40.08163.51158.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=43.23%
G=3.12%
B=53.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8361030.190.9400.60287.6388.9921.37
Hex53667135E03C1205915
Octal12361472313607444013125
Binary101001111011001111001110111100111100100100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530667; }

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

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

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

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

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

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

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

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