Html Css Color HEX #530160 Indigo

📋 copy color: '#530160'

red 83 ◦ green 1 ◦ blue 96

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

Shades of Indigo #530160

Tints of Indigo #530160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 46.11%
G = 0.56%
B = 53.33%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#530160 (or 0x530160) is known color: Indigo. HEX triplet: 53, 01 and 60. RGB value is (83,1,96). Sum of RGB (Red+Green+Blue) = 83+1+96=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #530160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530160 is #ACFE9F. Grayscale: #242424. Windows color (decimal): -11337376 or 6291795. OLE color: 6291795.

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

Color convert

RGB 83 1 96 -
CMYK 0.14 0.99 0 0.62
HSL 291.79º 0.98% 0.19% -
HSV(B) 291.79º 0.99% 0.38% -
XYZ 5.69 2.71 11.29 -
YUV 36.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 83 1 96 0.14 0.99 0 0.62 291.79 0.98 0.19
Hex 53 1 60 E 63 0 3E 124 62 13
Octal 123 1 140 16 143 0 76 444 142 23
Binary 1010011 1 1100000 1110 1100011 0 111110 100100100 1100010 10011

Color Harmonies of #530160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530160

Black with #530160

Text Example


Text Example

White with #530160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530160; }

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

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

background-color css

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

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

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

border-color css

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

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

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