#530099

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

Shades of Indigo #530099

Tints of Indigo #530099

Color information

#530099 (or 0x530099) is unknown color: approx Indigo. HEX triplet: 53, 00 and 99. RGB value is (83,0,153). Sum of RGB (Red+Green+Blue) = 83+0+153=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #530099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530099 is #ACFF66. Grayscale: #292929. Windows color (decimal): -11337575 or 10027091. OLE color: 10027091.

HSL color Cylindrical-coordinate representation of color #530099: hue angle of 272.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530099 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB830153-
CMYK0.46100.4
HSL272.55º100%30%-
HSV(B)272.55º100%60%-
XYZ9.324.1430.44-
YUV42.26190.5157.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 64.83%
R=35.17%
G=0%
B=64.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8301530.46100.4272.5510030
Hex530992E64028111641e
Octal12302315614405042114436
Binary101001101001100110111011001000101000100010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530099; }

 p { color: rgb(83,0,153); }

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

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

 a { background-color: rgb(83,0,153); }

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

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

 span { border-color: rgb(83,0,153); }

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