Html Css Color HEX #52156E Indigo

📋 copy color: '#52156E'

red 82 ◦ green 21 ◦ blue 110

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

Shades of Indigo #52156E

Tints of Indigo #52156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 38.5%
G = 9.86%
B = 51.64%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52156E (or 0x52156E) is known color: Indigo. HEX triplet: 52, 15 and 6E. RGB value is (82,21,110). Sum of RGB (Red+Green+Blue) = 82+21+110=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #52156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52156E is #ADEA91. Grayscale: #313131. Windows color (decimal): -11397778 or 7214418. OLE color: 7214418.

HSL color Cylindrical-coordinate representation of color #52156E: hue angle of 281.12º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52156E is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 21 110 -
CMYK 0.25 0.81 0 0.57
HSL 281.12º 0.68% 0.26% -
HSV(B) 281.12º 0.81% 0.43% -
XYZ 6.56 3.46 15.07 -
YUV 49.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 82 21 110 0.25 0.81 0 0.57 281.12 0.68 0.26
Hex 52 15 6E 19 51 0 39 119 44 1A
Octal 122 25 156 31 121 0 71 431 104 32
Binary 1010010 10101 1101110 11001 1010001 0 111001 100011001 1000100 11010

Color Harmonies of #52156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52156E

Black with #52156E

Text Example


Text Example

White with #52156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52156E; }

 p { color: rgb(82,21,110); }

 H1.HeaderClassName
 {
   color: #52156E;
 }
 .AnyTagClassName
 {
   color: #52156E;
 }
</style>

background-color css

<style>
 a { background-color: #52156E; }

 a { background-color: rgb(82,21,110); }

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

border-color css

<style>
 span { border-color: #52156E; }

 span { border-color: rgb(82,21,110); }

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