Html Css Color HEX #52018F Indigo

📋 copy color: '#52018F'

red 82 ◦ green 1 ◦ blue 143

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

Shades of Indigo #52018F

Tints of Indigo #52018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.27%

R = 36.28%
G = 0.44%
B = 63.27%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52018F (or 0x52018F) is known color: Indigo. HEX triplet: 52, 01 and 8F. RGB value is (82,1,143). Sum of RGB (Red+Green+Blue) = 82+1+143=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #52018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52018F is #ADFE70. Grayscale: #282828. Windows color (decimal): -11402865 or 9371986. OLE color: 9371986.

HSL color Cylindrical-coordinate representation of color #52018F: hue angle of 274.23º 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 #52018F is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 1 143 -
CMYK 0.43 0.99 0 0.44
HSL 274.23º 0.99% 0.28% -
HSV(B) 274.23º 0.99% 0.56% -
XYZ 8.45 3.8 26.27 -
YUV 41.41 185.34 156.95 -
System Red Green Blue C M Y K H S L
Decimal 82 1 143 0.43 0.99 0 0.44 274.23 0.99 0.28
Hex 52 1 8F 2B 63 0 2C 112 63 1C
Octal 122 1 217 53 143 0 54 422 143 34
Binary 1010010 1 10001111 101011 1100011 0 101100 100010010 1100011 11100

Color Harmonies of #52018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52018F

Black with #52018F

Text Example


Text Example

White with #52018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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