Html Css Color HEX #53199E Indigo

📋 copy color: '#53199E'

red 83 ◦ green 25 ◦ blue 158

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

Shades of Indigo #53199E

Tints of Indigo #53199E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 31.2%
G = 9.4%
B = 59.4%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53199E (or 0x53199E) is known color: Indigo. HEX triplet: 53, 19 and 9E. RGB value is (83,25,158). Sum of RGB (Red+Green+Blue) = 83+25+158=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #53199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53199E is #ACE661. Grayscale: #393939. Windows color (decimal): -11331170 or 10361171. OLE color: 10361171.

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

Color convert

RGB 83 25 158 -
CMYK 0.47 0.84 0 0.38
HSL 266.17º 0.73% 0.36% -
HSV(B) 266.17º 0.84% 0.62% -
XYZ 10.09 5 32.78 -
YUV 57.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 83 25 158 0.47 0.84 0 0.38 266.17 0.73 0.36
Hex 53 19 9E 2F 54 0 26 10A 49 24
Octal 123 31 236 57 124 0 46 412 111 44
Binary 1010011 11001 10011110 101111 1010100 0 100110 100001010 1001001 100100

Color Harmonies of #53199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53199E

Black with #53199E

Text Example


Text Example

White with #53199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53199E; }

 p { color: rgb(83,25,158); }

 H1.HeaderClassName
 {
   color: #53199E;
 }
 .AnyTagClassName
 {
   color: #53199E;
 }
</style>

background-color css

<style>
 a { background-color: #53199E; }

 a { background-color: rgb(83,25,158); }

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

border-color css

<style>
 span { border-color: #53199E; }

 span { border-color: rgb(83,25,158); }

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