#530368

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

Shades of Indigo #530368

Tints of Indigo #530368

Color information

#530368 (or 0x530368) is unknown color: approx Indigo. HEX triplet: 53, 03 and 68. RGB value is (83,3,104). Sum of RGB (Red+Green+Blue) = 83+3+104=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #530368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530368 is #ACFC97. Grayscale: #262626. Windows color (decimal): -11336856 or 6816595. OLE color: 6816595.

HSL color Cylindrical-coordinate representation of color #530368: hue angle of 287.52º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #530368 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB833104-
CMYK0.200.9700.59
HSL287.52º94.39%20.98%-
HSV(B)287.52º97.12%40.78%-
XYZ6.12.913.34-
YUV38.43165159.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=43.68%
G=1.58%
B=54.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8331040.200.9700.59287.5294.3920.98
Hex53368146103B1205e15
Octal12331502414107344013625
Binary10100111111010001010011000010111011100100000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530368; }

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

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

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

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

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

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

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

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