Html Css Color HEX #53189D Indigo

📋 copy color: '#53189D'

red 83 ◦ green 24 ◦ blue 157

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

Shades of Indigo #53189D

Tints of Indigo #53189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 31.44%
G = 9.09%
B = 59.47%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53189D (or 0x53189D) is known color: Indigo. HEX triplet: 53, 18 and 9D. RGB value is (83,24,157). Sum of RGB (Red+Green+Blue) = 83+24+157=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #53189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53189D is #ACE762. Grayscale: #383838. Windows color (decimal): -11331427 or 10295379. OLE color: 10295379.

HSL color Cylindrical-coordinate representation of color #53189D: hue angle of 266.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53189D is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 24 157 -
CMYK 0.47 0.85 0 0.38
HSL 266.62º 0.73% 0.35% -
HSV(B) 266.62º 0.85% 0.62% -
XYZ 9.98 4.93 32.32 -
YUV 56.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 83 24 157 0.47 0.85 0 0.38 266.62 0.73 0.35
Hex 53 18 9D 2F 55 0 26 10B 49 23
Octal 123 30 235 57 125 0 46 413 111 43
Binary 1010011 11000 10011101 101111 1010101 0 100110 100001011 1001001 100011

Color Harmonies of #53189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53189D

Black with #53189D

Text Example


Text Example

White with #53189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,24,157); }

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

background-color css

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

 a { background-color: rgb(83,24,157); }

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

border-color css

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

 span { border-color: rgb(83,24,157); }

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