Html Css Color HEX #53066F Indigo

📋 copy color: '#53066F'

red 83 ◦ green 6 ◦ blue 111

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

Shades of Indigo #53066F

Tints of Indigo #53066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 41.5%
G = 3%
B = 55.5%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53066F (or 0x53066F) is known color: Indigo. HEX triplet: 53, 06 and 6F. RGB value is (83,6,111). Sum of RGB (Red+Green+Blue) = 83+6+111=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #53066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53066F is #ACF990. Grayscale: #282828. Windows color (decimal): -11336081 or 7276115. OLE color: 7276115.

HSL color Cylindrical-coordinate representation of color #53066F: hue angle of 284º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53066F is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 6 111 -
CMYK 0.25 0.95 0 0.56
HSL 284º 0.9% 0.23% -
HSV(B) 284º 0.95% 0.44% -
XYZ 6.5 3.12 15.3 -
YUV 40.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 83 6 111 0.25 0.95 0 0.56 284 0.9 0.23
Hex 53 6 6F 19 5F 0 38 11C 5A 17
Octal 123 6 157 31 137 0 70 434 132 27
Binary 1010011 110 1101111 11001 1011111 0 111000 100011100 1011010 10111

Color Harmonies of #53066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53066F

Black with #53066F

Text Example


Text Example

White with #53066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53066F; }

 p { color: rgb(83,6,111); }

 H1.HeaderClassName
 {
   color: #53066F;
 }
 .AnyTagClassName
 {
   color: #53066F;
 }
</style>

background-color css

<style>
 a { background-color: #53066F; }

 a { background-color: rgb(83,6,111); }

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

border-color css

<style>
 span { border-color: #53066F; }

 span { border-color: rgb(83,6,111); }

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