Html Css Color HEX #530871 Indigo

📋 copy color: '#530871'

red 83 ◦ green 8 ◦ blue 113

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

Shades of Indigo #530871

Tints of Indigo #530871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 40.69%
G = 3.92%
B = 55.39%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530871 (or 0x530871) is known color: Indigo. HEX triplet: 53, 08 and 71. RGB value is (83,8,113). Sum of RGB (Red+Green+Blue) = 83+8+113=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #530871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530871 is #ACF78E. Grayscale: #2A2A2A. Windows color (decimal): -11335567 or 7407699. OLE color: 7407699.

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

Color convert

RGB 83 8 113 -
CMYK 0.27 0.93 0 0.56
HSL 282.86º 0.87% 0.24% -
HSV(B) 282.86º 0.93% 0.44% -
XYZ 6.63 3.2 15.89 -
YUV 42.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 83 8 113 0.27 0.93 0 0.56 282.86 0.87 0.24
Hex 53 8 71 1B 5D 0 38 11B 57 18
Octal 123 10 161 33 135 0 70 433 127 30
Binary 1010011 1000 1110001 11011 1011101 0 111000 100011011 1010111 11000

Color Harmonies of #530871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530871

Black with #530871

Text Example


Text Example

White with #530871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530871; }

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

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

background-color css

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

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

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

border-color css

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

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

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