Html Css Color HEX #530971 Indigo

📋 copy color: '#530971'

red 83 ◦ green 9 ◦ blue 113

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

Shades of Indigo #530971

Tints of Indigo #530971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 40.49%
G = 4.39%
B = 55.12%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530971 (or 0x530971) is known color: Indigo. HEX triplet: 53, 09 and 71. RGB value is (83,9,113). Sum of RGB (Red+Green+Blue) = 83+9+113=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #530971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530971 is #ACF68E. Grayscale: #2A2A2A. Windows color (decimal): -11335311 or 7407955. OLE color: 7407955.

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

Color convert

RGB 83 9 113 -
CMYK 0.27 0.92 0 0.56
HSL 282.69º 0.85% 0.24% -
HSV(B) 282.69º 0.92% 0.44% -
XYZ 6.65 3.23 15.9 -
YUV 42.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 83 9 113 0.27 0.92 0 0.56 282.69 0.85 0.24
Hex 53 9 71 1B 5C 0 38 11B 55 18
Octal 123 11 161 33 134 0 70 433 125 30
Binary 1010011 1001 1110001 11011 1011100 0 111000 100011011 1010101 11000

Color Harmonies of #530971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530971

Black with #530971

Text Example


Text Example

White with #530971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530971; }

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

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

background-color css

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

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

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

border-color css

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

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

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