Html Css Color HEX #53017A Indigo

📋 copy color: '#53017A'

red 83 ◦ green 1 ◦ blue 122

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

Shades of Indigo #53017A

Tints of Indigo #53017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 59.22%

R = 40.29%
G = 0.49%
B = 59.22%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53017A (or 0x53017A) is known color: Indigo. HEX triplet: 53, 01 and 7A. RGB value is (83,1,122). Sum of RGB (Red+Green+Blue) = 83+1+122=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #53017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53017A is #ACFE85. Grayscale: #262626. Windows color (decimal): -11337350 or 7995731. OLE color: 7995731.

HSL color Cylindrical-coordinate representation of color #53017A: hue angle of 280.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53017A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 1 122 -
CMYK 0.32 0.99 0 0.52
HSL 280.66º 0.98% 0.24% -
HSV(B) 280.66º 0.99% 0.48% -
XYZ 7.09 3.27 18.67 -
YUV 39.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 83 1 122 0.32 0.99 0 0.52 280.66 0.98 0.24
Hex 53 1 7A 20 63 0 34 119 62 18
Octal 123 1 172 40 143 0 64 431 142 30
Binary 1010011 1 1111010 100000 1100011 0 110100 100011001 1100010 11000

Color Harmonies of #53017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53017A

Black with #53017A

Text Example


Text Example

White with #53017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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