#530292

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

Shades of Indigo #530292

Tints of Indigo #530292

Color information

#530292 (or 0x530292) is unknown color: approx Indigo. HEX triplet: 53, 02 and 92. RGB value is (83,2,146). Sum of RGB (Red+Green+Blue) = 83+2+146=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #530292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530292 is #ACFD6D. Grayscale: #2A2A2A. Windows color (decimal): -11337070 or 9568851. OLE color: 9568851.

HSL color Cylindrical-coordinate representation of color #530292: hue angle of 273.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530292 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB832146-
CMYK0.430.9900.43
HSL273.75º97.3%29.02%-
HSV(B)273.75º98.63%57.25%-
XYZ8.783.9627.5-
YUV42.64186.34156.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=35.93%
G=0.87%
B=63.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8321460.430.9900.43273.7597.329.02
Hex532922B6302B112611d
Octal12322225314305342214135
Binary1010011101001001010101111000110101011100010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530292; }

 p { color: rgb(83,2,146); }

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

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

 a { background-color: rgb(83,2,146); }

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

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

 span { border-color: rgb(83,2,146); }

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