#530662

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

Shades of Indigo #530662

Tints of Indigo #530662

Color information

#530662 (or 0x530662) is unknown color: approx Indigo. HEX triplet: 53, 06 and 62. RGB value is (83,6,98). Sum of RGB (Red+Green+Blue) = 83+6+98=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #530662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530662 is #ACF99D. Grayscale: #272727. Windows color (decimal): -11336094 or 6424147. OLE color: 6424147.

HSL color Cylindrical-coordinate representation of color #530662: hue angle of 290.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530662 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83698-
CMYK0.150.9400.62
HSL290.22º88.46%20.39%-
HSV(B)290.22º93.88%38.43%-
XYZ5.842.8511.8-
YUV39.51161.01159.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=44.39%
G=3.21%
B=52.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal836980.150.9400.62290.2288.4620.39
Hex53662F5E03E1225814
Octal12361421713607644213024
Binary10100111101100010111110111100111110100100010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530662; }

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

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

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

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

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

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

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

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