Html Css Color HEX #53066C Indigo

📋 copy color: '#53066C'

red 83 ◦ green 6 ◦ blue 108

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

Shades of Indigo #53066C

Tints of Indigo #53066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 42.13%
G = 3.05%
B = 54.82%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53066C (or 0x53066C) is known color: Indigo. HEX triplet: 53, 06 and 6C. RGB value is (83,6,108). Sum of RGB (Red+Green+Blue) = 83+6+108=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #53066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53066C is #ACF993. Grayscale: #282828. Windows color (decimal): -11336084 or 7079507. OLE color: 7079507.

HSL color Cylindrical-coordinate representation of color #53066C: hue angle of 285.29º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53066C is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 6 108 -
CMYK 0.23 0.94 0 0.58
HSL 285.29º 0.89% 0.22% -
HSV(B) 285.29º 0.94% 0.42% -
XYZ 6.34 3.05 14.44 -
YUV 40.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 83 6 108 0.23 0.94 0 0.58 285.29 0.89 0.22
Hex 53 6 6C 17 5E 0 3A 11D 59 16
Octal 123 6 154 27 136 0 72 435 131 26
Binary 1010011 110 1101100 10111 1011110 0 111010 100011101 1011001 10110

Color Harmonies of #53066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53066C

Black with #53066C

Text Example


Text Example

White with #53066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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