#530C6F

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

Shades of Indigo #530C6F

Tints of Indigo #530C6F

Color information

#530C6F (or 0x530C6F) is unknown color: approx Indigo. HEX triplet: 53, 0C and 6F. RGB value is (83,12,111). Sum of RGB (Red+Green+Blue) = 83+12+111=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #530C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C6F is #ACF390. Grayscale: #2C2C2C. Windows color (decimal): -11334545 or 7277651. OLE color: 7277651.

HSL color Cylindrical-coordinate representation of color #530C6F: hue angle of 283.03º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530C6F is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8312111-
CMYK0.250.8900.56
HSL283.03º80.49%24.12%-
HSV(B)283.03º89.19%43.53%-
XYZ6.573.2515.32-
YUV44.52165.52155.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 111 (43.75% from 255) = 53.88%
R=40.29%
G=5.83%
B=53.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83121110.250.8900.56283.0380.4924.12
Hex53C6F195903811b5018
Octal123141573113107043312030
Binary1010011110011011111100110110010111000100011011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,111); }

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

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

 a { background-color: rgb(83,12,111); }

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

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

 span { border-color: rgb(83,12,111); }

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