#530092

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

Shades of Indigo #530092

Tints of Indigo #530092

Color information

#530092 (or 0x530092) is unknown color: approx Indigo. HEX triplet: 53, 00 and 92. RGB value is (83,0,146). Sum of RGB (Red+Green+Blue) = 83+0+146=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #530092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530092 is #ACFF6D. Grayscale: #282828. Windows color (decimal): -11337582 or 9568339. OLE color: 9568339.

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

Color convert

RGB830146-
CMYK0.43100.43
HSL274.11º100%28.63%-
HSV(B)274.11º100%57.25%-
XYZ8.763.9127.49-
YUV41.46187157.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=36.24%
G=0%
B=63.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8301460.43100.43274.1110028.63
Hex530922B6402B112641d
Octal12302225314405342214435
Binary101001101001001010101111001000101011100010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530092; }

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

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

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

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

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

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

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

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