Html Css Color HEX #53019B Indigo

📋 copy color: '#53019B'

red 83 ◦ green 1 ◦ blue 155

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

Shades of Indigo #53019B

Tints of Indigo #53019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 34.73%
G = 0.42%
B = 64.85%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53019B (or 0x53019B) is known color: Indigo. HEX triplet: 53, 01 and 9B. RGB value is (83,1,155). Sum of RGB (Red+Green+Blue) = 83+1+155=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #53019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53019B is #ACFE64. Grayscale: #2A2A2A. Windows color (decimal): -11337317 or 10158419. OLE color: 10158419.

HSL color Cylindrical-coordinate representation of color #53019B: hue angle of 271.95º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53019B is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 1 155 -
CMYK 0.46 0.99 0 0.39
HSL 271.95º 0.99% 0.31% -
HSV(B) 271.95º 0.99% 0.61% -
XYZ 9.49 4.23 31.33 -
YUV 43.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 83 1 155 0.46 0.99 0 0.39 271.95 0.99 0.31
Hex 53 1 9B 2E 63 0 27 110 63 1F
Octal 123 1 233 56 143 0 47 420 143 37
Binary 1010011 1 10011011 101110 1100011 0 100111 100010000 1100011 11111

Color Harmonies of #53019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53019B

Black with #53019B

Text Example


Text Example

White with #53019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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