#530E6C

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

Shades of Indigo #530E6C

Tints of Indigo #530E6C

Color information

#530E6C (or 0x530E6C) is unknown color: approx Indigo. HEX triplet: 53, 0E and 6C. RGB value is (83,14,108). Sum of RGB (Red+Green+Blue) = 83+14+108=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #530E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E6C is #ACF193. Grayscale: #2D2D2D. Windows color (decimal): -11334036 or 7081555. OLE color: 7081555.

HSL color Cylindrical-coordinate representation of color #530E6C: hue angle of 284.04º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530E6C is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8314108-
CMYK0.230.8700.58
HSL284.04º77.05%23.92%-
HSV(B)284.04º87.04%42.35%-
XYZ6.433.2414.47-
YUV45.35163.36154.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=40.49%
G=6.83%
B=52.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83141080.230.8700.58284.0477.0523.92
Hex53E6C175703A11c4d18
Octal123161542712707243411530
Binary1010011111011011001011110101110111010100011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530E6C; }

 p { color: rgb(83,14,108); }

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

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

 a { background-color: rgb(83,14,108); }

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

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

 span { border-color: rgb(83,14,108); }

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