Html Css Color HEX #53017D Indigo

📋 copy color: '#53017D'

red 83 ◦ green 1 ◦ blue 125

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

Shades of Indigo #53017D

Tints of Indigo #53017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 39.71%
G = 0.48%
B = 59.81%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53017D (or 0x53017D) is known color: Indigo. HEX triplet: 53, 01 and 7D. RGB value is (83,1,125). Sum of RGB (Red+Green+Blue) = 83+1+125=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #53017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53017D is #ACFE82. Grayscale: #272727. Windows color (decimal): -11337347 or 8192339. OLE color: 8192339.

HSL color Cylindrical-coordinate representation of color #53017D: hue angle of 279.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53017D is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 1 125 -
CMYK 0.34 0.99 0 0.51
HSL 279.68º 0.98% 0.25% -
HSV(B) 279.68º 0.99% 0.49% -
XYZ 7.28 3.34 19.66 -
YUV 39.65 176.17 158.92 -
System Red Green Blue C M Y K H S L
Decimal 83 1 125 0.34 0.99 0 0.51 279.68 0.98 0.25
Hex 53 1 7D 22 63 0 33 118 62 19
Octal 123 1 175 42 143 0 63 430 142 31
Binary 1010011 1 1111101 100010 1100011 0 110011 100011000 1100010 11001

Color Harmonies of #53017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53017D

Black with #53017D

Text Example


Text Example

White with #53017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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