Html Css Color HEX #530471 Indigo

📋 copy color: '#530471'

red 83 ◦ green 4 ◦ blue 113

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

Shades of Indigo #530471

Tints of Indigo #530471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 41.5%
G = 2%
B = 56.5%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530471 (or 0x530471) is known color: Indigo. HEX triplet: 53, 04 and 71. RGB value is (83,4,113). Sum of RGB (Red+Green+Blue) = 83+4+113=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #530471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530471 is #ACFB8E. Grayscale: #272727. Windows color (decimal): -11336591 or 7406675. OLE color: 7406675.

HSL color Cylindrical-coordinate representation of color #530471: hue angle of 283.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530471 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 4 113 -
CMYK 0.27 0.96 0 0.56
HSL 283.49º 0.93% 0.23% -
HSV(B) 283.49º 0.96% 0.44% -
XYZ 6.59 3.12 15.88 -
YUV 40.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 83 4 113 0.27 0.96 0 0.56 283.49 0.93 0.23
Hex 53 4 71 1B 60 0 38 11B 5D 17
Octal 123 4 161 33 140 0 70 433 135 27
Binary 1010011 100 1110001 11011 1100000 0 111000 100011011 1011101 10111

Color Harmonies of #530471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530471

Black with #530471

Text Example


Text Example

White with #530471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530471; }

 p { color: rgb(83,4,113); }

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

background-color css

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

 a { background-color: rgb(83,4,113); }

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

border-color css

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

 span { border-color: rgb(83,4,113); }

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