#530C6C

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

Shades of Indigo #530C6C

Tints of Indigo #530C6C

Color information

#530C6C (or 0x530C6C) is unknown color: approx Indigo. HEX triplet: 53, 0C and 6C. RGB value is (83,12,108). Sum of RGB (Red+Green+Blue) = 83+12+108=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #530C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C6C is #ACF393. Grayscale: #2B2B2B. Windows color (decimal): -11334548 or 7081043. OLE color: 7081043.

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

Color convert

RGB8312108-
CMYK0.230.8900.58
HSL284.38º80%23.53%-
HSV(B)284.38º88.89%42.35%-
XYZ6.413.1814.46-
YUV44.17164.02155.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=40.89%
G=5.91%
B=53.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83121080.230.8900.58284.388023.53
Hex53C6C175903A11c5018
Octal123141542713107243412030
Binary1010011110011011001011110110010111010100011100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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