Html Css Color HEX #52058C Indigo

📋 copy color: '#52058C'

red 82 ◦ green 5 ◦ blue 140

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

Shades of Indigo #52058C

Tints of Indigo #52058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 36.12%
G = 2.2%
B = 61.67%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52058C (or 0x52058C) is known color: Indigo. HEX triplet: 52, 05 and 8C. RGB value is (82,5,140). Sum of RGB (Red+Green+Blue) = 82+5+140=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #52058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52058C is #ADFA73. Grayscale: #2A2A2A. Windows color (decimal): -11401844 or 9176402. OLE color: 9176402.

HSL color Cylindrical-coordinate representation of color #52058C: hue angle of 274.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52058C is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 5 140 -
CMYK 0.41 0.96 0 0.45
HSL 274.22º 0.93% 0.28% -
HSV(B) 274.22º 0.96% 0.55% -
XYZ 8.27 3.8 25.11 -
YUV 43.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 82 5 140 0.41 0.96 0 0.45 274.22 0.93 0.28
Hex 52 5 8C 29 60 0 2D 112 5D 1C
Octal 122 5 214 51 140 0 55 422 135 34
Binary 1010010 101 10001100 101001 1100000 0 101101 100010010 1011101 11100

Color Harmonies of #52058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52058C

Black with #52058C

Text Example


Text Example

White with #52058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,5,140); }

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

background-color css

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

 a { background-color: rgb(82,5,140); }

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

border-color css

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

 span { border-color: rgb(82,5,140); }

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