Html Css Color HEX #52018E Indigo

📋 copy color: '#52018E'

red 82 ◦ green 1 ◦ blue 142

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

Shades of Indigo #52018E

Tints of Indigo #52018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 36.44%
G = 0.44%
B = 63.11%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52018E (or 0x52018E) is known color: Indigo. HEX triplet: 52, 01 and 8E. RGB value is (82,1,142). Sum of RGB (Red+Green+Blue) = 82+1+142=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #52018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52018E is #ADFE71. Grayscale: #282828. Windows color (decimal): -11402866 or 9306450. OLE color: 9306450.

HSL color Cylindrical-coordinate representation of color #52018E: hue angle of 274.47º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52018E is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 1 142 -
CMYK 0.42 0.99 0 0.44
HSL 274.47º 0.99% 0.28% -
HSV(B) 274.47º 0.99% 0.56% -
XYZ 8.37 3.77 25.88 -
YUV 41.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 82 1 142 0.42 0.99 0 0.44 274.47 0.99 0.28
Hex 52 1 8E 2A 63 0 2C 112 63 1C
Octal 122 1 216 52 143 0 54 422 143 34
Binary 1010010 1 10001110 101010 1100011 0 101100 100010010 1100011 11100

Color Harmonies of #52018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52018E

Black with #52018E

Text Example


Text Example

White with #52018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,1,142); }

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

background-color css

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

 a { background-color: rgb(82,1,142); }

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

border-color css

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

 span { border-color: rgb(82,1,142); }

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