#530762

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

Shades of Indigo #530762

Tints of Indigo #530762

Color information

#530762 (or 0x530762) is unknown color: approx Indigo. HEX triplet: 53, 07 and 62. RGB value is (83,7,98). Sum of RGB (Red+Green+Blue) = 83+7+98=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #530762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530762 is #ACF89D. Grayscale: #272727. Windows color (decimal): -11335838 or 6424403. OLE color: 6424403.

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

Color convert

RGB83798-
CMYK0.150.9300.62
HSL290.11º86.67%20.59%-
HSV(B)290.11º92.86%38.43%-
XYZ5.852.8711.8-
YUV40.1160.68158.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=44.15%
G=3.72%
B=52.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal837980.150.9300.62290.1186.6720.59
Hex53762F5D03E1225715
Octal12371421713507644212725
Binary10100111111100010111110111010111110100100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530762; }

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

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

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

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

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

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

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

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