Html Css Color HEX #530560 Indigo

📋 copy color: '#530560'

red 83 ◦ green 5 ◦ blue 96

#530560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #530560

Tints of Indigo #530560

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 5 (2.34% from 255) = 2.72%

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 45.11%
G = 2.72%
B = 52.17%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530560 (or 0x530560) is known color: Indigo. HEX triplet: 53, 05 and 60. RGB value is (83,5,96). Sum of RGB (Red+Green+Blue) = 83+5+96=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #530560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530560 is #ACFA9F. Grayscale: #262626. Windows color (decimal): -11336352 or 6292819. OLE color: 6292819.

HSL color Cylindrical-coordinate representation of color #530560: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530560 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 5 96 -
CMYK 0.14 0.95 0 0.62
HSL 291.43º 0.9% 0.2% -
HSV(B) 291.43º 0.95% 0.38% -
XYZ 5.73 2.79 11.3 -
YUV 38.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 83 5 96 0.14 0.95 0 0.62 291.43 0.9 0.2
Hex 53 5 60 E 5F 0 3E 123 5A 14
Octal 123 5 140 16 137 0 76 443 132 24
Binary 1010011 101 1100000 1110 1011111 0 111110 100100011 1011010 10100

Color Harmonies of #530560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530560

Black with #530560

Text Example


Text Example

White with #530560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530560; }

 p { color: rgb(83,5,96); }

 H1.HeaderClassName
 {
   color: #530560;
 }
 .AnyTagClassName
 {
   color: #530560;
 }
</style>

background-color css

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

 a { background-color: rgb(83,5,96); }

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

border-color css

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

 span { border-color: rgb(83,5,96); }

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