Html Css Color HEX #53007A Indigo

📋 copy color: '#53007A'

red 83 ◦ green 0 ◦ blue 122

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

Shades of Indigo #53007A

Tints of Indigo #53007A

RGB

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

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

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

R = 40.49%
G = 0%
B = 59.51%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53007A (or 0x53007A) is known color: Indigo. HEX triplet: 53, 00 and 7A. RGB value is (83,0,122). Sum of RGB (Red+Green+Blue) = 83+0+122=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #53007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53007A is #ACFF85. Grayscale: #262626. Windows color (decimal): -11337606 or 7995475. OLE color: 7995475.

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

Color convert

RGB 83 0 122 -
CMYK 0.32 1 0 0.52
HSL 280.82º 1% 0.24% -
HSV(B) 280.82º 1% 0.48% -
XYZ 7.08 3.24 18.67 -
YUV 38.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 83 0 122 0.32 1 0 0.52 280.82 1 0.24
Hex 53 0 7A 20 64 0 34 119 64 18
Octal 123 0 172 40 144 0 64 431 144 30
Binary 1010011 0 1111010 100000 1100100 0 110100 100011001 1100100 11000

Color Harmonies of #53007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53007A

Black with #53007A

Text Example


Text Example

White with #53007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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