Html Css Color HEX #53036E Indigo

📋 copy color: '#53036E'

red 83 ◦ green 3 ◦ blue 110

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

Shades of Indigo #53036E

Tints of Indigo #53036E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 110 (43.36% from 255) = 56.12%

R = 42.35%
G = 1.53%
B = 56.12%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53036E (or 0x53036E) is known color: Indigo. HEX triplet: 53, 03 and 6E. RGB value is (83,3,110). Sum of RGB (Red+Green+Blue) = 83+3+110=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #53036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53036E is #ACFC91. Grayscale: #262626. Windows color (decimal): -11336850 or 7209811. OLE color: 7209811.

HSL color Cylindrical-coordinate representation of color #53036E: hue angle of 284.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53036E is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 3 110 -
CMYK 0.25 0.97 0 0.57
HSL 284.86º 0.95% 0.22% -
HSV(B) 284.86º 0.97% 0.43% -
XYZ 6.41 3.03 15 -
YUV 39.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 83 3 110 0.25 0.97 0 0.57 284.86 0.95 0.22
Hex 53 3 6E 19 61 0 39 11D 5F 16
Octal 123 3 156 31 141 0 71 435 137 26
Binary 1010011 11 1101110 11001 1100001 0 111001 100011101 1011111 10110

Color Harmonies of #53036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53036E

Black with #53036E

Text Example


Text Example

White with #53036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,3,110); }

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

background-color css

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

 a { background-color: rgb(83,3,110); }

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

border-color css

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

 span { border-color: rgb(83,3,110); }

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