#530875

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

Shades of Indigo #530875

Tints of Indigo #530875

Color information

#530875 (or 0x530875) is unknown color: approx Indigo. HEX triplet: 53, 08 and 75. RGB value is (83,8,117). Sum of RGB (Red+Green+Blue) = 83+8+117=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #530875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530875 is #ACF78A. Grayscale: #2A2A2A. Windows color (decimal): -11335563 or 7669843. OLE color: 7669843.

HSL color Cylindrical-coordinate representation of color #530875: hue angle of 281.28º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530875 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB838117-
CMYK0.290.9300.54
HSL281.28º87.2%24.51%-
HSV(B)281.28º93.16%45.88%-
XYZ6.863.317.1-
YUV42.85169.85156.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=39.90%
G=3.85%
B=56.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8381170.290.9300.54281.2887.224.51
Hex538751D5D0361195719
Octal123101653513506643112731
Binary1010011100011101011110110111010110110100011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530875; }

 p { color: rgb(83,8,117); }

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

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

 a { background-color: rgb(83,8,117); }

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

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

 span { border-color: rgb(83,8,117); }

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