#530370

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

Shades of Indigo #530370

Tints of Indigo #530370

Color information

#530370 (or 0x530370) is unknown color: approx Indigo. HEX triplet: 53, 03 and 70. RGB value is (83,3,112). Sum of RGB (Red+Green+Blue) = 83+3+112=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #530370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530370 is #ACFC8F. Grayscale: #262626. Windows color (decimal): -11336848 or 7340883. OLE color: 7340883.

HSL color Cylindrical-coordinate representation of color #530370: hue angle of 284.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530370 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB833112-
CMYK0.260.9700.56
HSL284.04º94.78%22.55%-
HSV(B)284.04º97.32%43.92%-
XYZ6.523.0715.58-
YUV39.35169159.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=41.92%
G=1.52%
B=56.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8331120.260.9700.56284.0494.7822.55
Hex533701A6103811c5f17
Octal12331603214107043413727
Binary10100111111100001101011000010111000100011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530370; }

 p { color: rgb(83,3,112); }

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

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

 a { background-color: rgb(83,3,112); }

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

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

 span { border-color: rgb(83,3,112); }

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