Html Css Color HEX #52066C Indigo

📋 copy color: '#52066C'

red 82 ◦ green 6 ◦ blue 108

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

Shades of Indigo #52066C

Tints of Indigo #52066C

RGB

 RED value IS 82 (32.42% from 255) = 41.84%

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

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

R = 41.84%
G = 3.06%
B = 55.1%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52066C (or 0x52066C) is known color: Indigo. HEX triplet: 52, 06 and 6C. RGB value is (82,6,108). Sum of RGB (Red+Green+Blue) = 82+6+108=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #52066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52066C is #ADF993. Grayscale: #282828. Windows color (decimal): -11401620 or 7079506. OLE color: 7079506.

HSL color Cylindrical-coordinate representation of color #52066C: hue angle of 284.71º 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 #52066C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 6 108 -
CMYK 0.24 0.94 0 0.58
HSL 284.71º 0.89% 0.22% -
HSV(B) 284.71º 0.94% 0.42% -
XYZ 6.25 3.01 14.44 -
YUV 40.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 82 6 108 0.24 0.94 0 0.58 284.71 0.89 0.22
Hex 52 6 6C 18 5E 0 3A 11D 59 16
Octal 122 6 154 30 136 0 72 435 131 26
Binary 1010010 110 1101100 11000 1011110 0 111010 100011101 1011001 10110

Color Harmonies of #52066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52066C

Black with #52066C

Text Example


Text Example

White with #52066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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