Html Css Color HEX #52136C Indigo

📋 copy color: '#52136C'

red 82 ◦ green 19 ◦ blue 108

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

Shades of Indigo #52136C

Tints of Indigo #52136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 39.23%
G = 9.09%
B = 51.67%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52136C (or 0x52136C) is known color: Indigo. HEX triplet: 52, 13 and 6C. RGB value is (82,19,108). Sum of RGB (Red+Green+Blue) = 82+19+108=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #52136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52136C is #ADEC93. Grayscale: #2F2F2F. Windows color (decimal): -11398292 or 7082834. OLE color: 7082834.

HSL color Cylindrical-coordinate representation of color #52136C: hue angle of 282.47º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52136C is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 19 108 -
CMYK 0.24 0.82 0 0.58
HSL 282.47º 0.7% 0.25% -
HSV(B) 282.47º 0.82% 0.42% -
XYZ 6.42 3.34 14.49 -
YUV 47.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 82 19 108 0.24 0.82 0 0.58 282.47 0.7 0.25
Hex 52 13 6C 18 52 0 3A 11A 46 19
Octal 122 23 154 30 122 0 72 432 106 31
Binary 1010010 10011 1101100 11000 1010010 0 111010 100011010 1000110 11001

Color Harmonies of #52136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52136C

Black with #52136C

Text Example


Text Example

White with #52136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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