Html Css Color HEX #52069C Indigo

📋 copy color: '#52069C'

red 82 ◦ green 6 ◦ blue 156

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

Shades of Indigo #52069C

Tints of Indigo #52069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 33.61%
G = 2.46%
B = 63.93%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52069C (or 0x52069C) is known color: Indigo. HEX triplet: 52, 06 and 9C. RGB value is (82,6,156). Sum of RGB (Red+Green+Blue) = 82+6+156=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #52069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52069C is #ADF963. Grayscale: #2D2D2D. Windows color (decimal): -11401572 or 10225234. OLE color: 10225234.

HSL color Cylindrical-coordinate representation of color #52069C: hue angle of 270.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52069C is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 6 156 -
CMYK 0.47 0.96 0 0.39
HSL 270.4º 0.93% 0.32% -
HSV(B) 270.4º 0.96% 0.61% -
XYZ 9.55 4.32 31.78 -
YUV 45.82 190.18 153.8 -
System Red Green Blue C M Y K H S L
Decimal 82 6 156 0.47 0.96 0 0.39 270.4 0.93 0.32
Hex 52 6 9C 2F 60 0 27 10E 5D 20
Octal 122 6 234 57 140 0 47 416 135 40
Binary 1010010 110 10011100 101111 1100000 0 100111 100001110 1011101 100000

Color Harmonies of #52069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52069C

Black with #52069C

Text Example


Text Example

White with #52069C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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