Html Css Color HEX #52038D Indigo

📋 copy color: '#52038D'

red 82 ◦ green 3 ◦ blue 141

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

Shades of Indigo #52038D

Tints of Indigo #52038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 36.28%
G = 1.33%
B = 62.39%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52038D (or 0x52038D) is known color: Indigo. HEX triplet: 52, 03 and 8D. RGB value is (82,3,141). Sum of RGB (Red+Green+Blue) = 82+3+141=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #52038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52038D is #ADFC72. Grayscale: #292929. Windows color (decimal): -11402355 or 9241426. OLE color: 9241426.

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

Color convert

RGB 82 3 141 -
CMYK 0.42 0.98 0 0.45
HSL 274.35º 0.96% 0.28% -
HSV(B) 274.35º 0.98% 0.55% -
XYZ 8.32 3.78 25.49 -
YUV 42.35 183.67 156.28 -
System Red Green Blue C M Y K H S L
Decimal 82 3 141 0.42 0.98 0 0.45 274.35 0.96 0.28
Hex 52 3 8D 2A 62 0 2D 112 60 1C
Octal 122 3 215 52 142 0 55 422 140 34
Binary 1010010 11 10001101 101010 1100010 0 101101 100010010 1100000 11100

Color Harmonies of #52038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52038D

Black with #52038D

Text Example


Text Example

White with #52038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52038D; }

 p { color: rgb(82,3,141); }

 H1.HeaderClassName
 {
   color: #52038D;
 }
 .AnyTagClassName
 {
   color: #52038D;
 }
</style>

background-color css

<style>
 a { background-color: #52038D; }

 a { background-color: rgb(82,3,141); }

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

border-color css

<style>
 span { border-color: #52038D; }

 span { border-color: rgb(82,3,141); }

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