Html Css Color HEX #53076A Indigo

📋 copy color: '#53076A'

red 83 ◦ green 7 ◦ blue 106

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

Shades of Indigo #53076A

Tints of Indigo #53076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.57%

 BLUE value IS 106 (41.8% from 255) = 54.08%

R = 42.35%
G = 3.57%
B = 54.08%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53076A (or 0x53076A) is known color: Indigo. HEX triplet: 53, 07 and 6A. RGB value is (83,7,106). Sum of RGB (Red+Green+Blue) = 83+7+106=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #53076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53076A is #ACF895. Grayscale: #282828. Windows color (decimal): -11335830 or 6948691. OLE color: 6948691.

HSL color Cylindrical-coordinate representation of color #53076A: hue angle of 286.06º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53076A is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 7 106 -
CMYK 0.22 0.93 0 0.58
HSL 286.06º 0.88% 0.22% -
HSV(B) 286.06º 0.93% 0.42% -
XYZ 6.24 3.03 13.89 -
YUV 41.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 83 7 106 0.22 0.93 0 0.58 286.06 0.88 0.22
Hex 53 7 6A 16 5D 0 3A 11E 58 16
Octal 123 7 152 26 135 0 72 436 130 26
Binary 1010011 111 1101010 10110 1011101 0 111010 100011110 1011000 10110

Color Harmonies of #53076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53076A

Black with #53076A

Text Example


Text Example

White with #53076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,7,106); }

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

background-color css

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

 a { background-color: rgb(83,7,106); }

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

border-color css

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

 span { border-color: rgb(83,7,106); }

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