Html Css Color HEX #530071 Indigo

📋 copy color: '#530071'

red 83 ◦ green 0 ◦ blue 113

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

Shades of Indigo #530071

Tints of Indigo #530071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.35%
G = 0%
B = 57.65%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#530071 (or 0x530071) is known color: Indigo. HEX triplet: 53, 00 and 71. RGB value is (83,0,113). Sum of RGB (Red+Green+Blue) = 83+0+113=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #530071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530071 is #ACFF8E. Grayscale: #252525. Windows color (decimal): -11337615 or 7405651. OLE color: 7405651.

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

Color convert

RGB 83 0 113 -
CMYK 0.27 1 0 0.56
HSL 284.07º 1% 0.22% -
HSV(B) 284.07º 1% 0.44% -
XYZ 6.55 3.03 15.86 -
YUV 37.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 83 0 113 0.27 1 0 0.56 284.07 1 0.22
Hex 53 0 71 1B 64 0 38 11C 64 16
Octal 123 0 161 33 144 0 70 434 144 26
Binary 1010011 0 1110001 11011 1100100 0 111000 100011100 1100100 10110

Color Harmonies of #530071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530071

Black with #530071

Text Example


Text Example

White with #530071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530071; }

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

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

background-color css

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

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

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

border-color css

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

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

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