Html Css Color HEX #52018B Indigo

📋 copy color: '#52018B'

red 82 ◦ green 1 ◦ blue 139

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

Shades of Indigo #52018B

Tints of Indigo #52018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.61%

R = 36.94%
G = 0.45%
B = 62.61%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52018B (or 0x52018B) is known color: Indigo. HEX triplet: 52, 01 and 8B. RGB value is (82,1,139). Sum of RGB (Red+Green+Blue) = 82+1+139=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #52018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52018B is #ADFE74. Grayscale: #282828. Windows color (decimal): -11402869 or 9109842. OLE color: 9109842.

HSL color Cylindrical-coordinate representation of color #52018B: hue angle of 275.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52018B is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 1 139 -
CMYK 0.41 0.99 0 0.45
HSL 275.22º 0.99% 0.27% -
HSV(B) 275.22º 0.99% 0.55% -
XYZ 8.15 3.68 24.71 -
YUV 40.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 82 1 139 0.41 0.99 0 0.45 275.22 0.99 0.27
Hex 52 1 8B 29 63 0 2D 113 63 1B
Octal 122 1 213 51 143 0 55 423 143 33
Binary 1010010 1 10001011 101001 1100011 0 101101 100010011 1100011 11011

Color Harmonies of #52018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52018B

Black with #52018B

Text Example


Text Example

White with #52018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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