Html Css Color HEX #52086B Indigo

📋 copy color: '#52086B'

red 82 ◦ green 8 ◦ blue 107

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

Shades of Indigo #52086B

Tints of Indigo #52086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 41.62%
G = 4.06%
B = 54.31%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52086B (or 0x52086B) is known color: Indigo. HEX triplet: 52, 08 and 6B. RGB value is (82,8,107). Sum of RGB (Red+Green+Blue) = 82+8+107=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #52086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52086B is #ADF794. Grayscale: #292929. Windows color (decimal): -11401109 or 7014482. OLE color: 7014482.

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

Color convert

RGB 82 8 107 -
CMYK 0.23 0.93 0 0.58
HSL 284.85º 0.86% 0.23% -
HSV(B) 284.85º 0.93% 0.42% -
XYZ 6.22 3.03 14.17 -
YUV 41.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 82 8 107 0.23 0.93 0 0.58 284.85 0.86 0.23
Hex 52 8 6B 17 5D 0 3A 11D 56 17
Octal 122 10 153 27 135 0 72 435 126 27
Binary 1010010 1000 1101011 10111 1011101 0 111010 100011101 1010110 10111

Color Harmonies of #52086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52086B

Black with #52086B

Text Example


Text Example

White with #52086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52086B; }

 p { color: rgb(82,8,107); }

 H1.HeaderClassName
 {
   color: #52086B;
 }
 .AnyTagClassName
 {
   color: #52086B;
 }
</style>

background-color css

<style>
 a { background-color: #52086B; }

 a { background-color: rgb(82,8,107); }

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

border-color css

<style>
 span { border-color: #52086B; }

 span { border-color: rgb(82,8,107); }

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