Html Css Color HEX #52038B Indigo

📋 copy color: '#52038B'

red 82 ◦ green 3 ◦ blue 139

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

Shades of Indigo #52038B

Tints of Indigo #52038B

RGB

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

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

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

R = 36.61%
G = 1.34%
B = 62.05%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52038B (or 0x52038B) is known color: Indigo. HEX triplet: 52, 03 and 8B. RGB value is (82,3,139). Sum of RGB (Red+Green+Blue) = 82+3+139=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #52038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52038B is #ADFC74. Grayscale: #292929. Windows color (decimal): -11402357 or 9110354. OLE color: 9110354.

HSL color Cylindrical-coordinate representation of color #52038B: hue angle of 274.85º 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 #52038B is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 3 139 -
CMYK 0.41 0.98 0 0.45
HSL 274.85º 0.96% 0.28% -
HSV(B) 274.85º 0.98% 0.55% -
XYZ 8.17 3.72 24.71 -
YUV 42.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 82 3 139 0.41 0.98 0 0.45 274.85 0.96 0.28
Hex 52 3 8B 29 62 0 2D 113 60 1C
Octal 122 3 213 51 142 0 55 423 140 34
Binary 1010010 11 10001011 101001 1100010 0 101101 100010011 1100000 11100

Color Harmonies of #52038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52038B

Black with #52038B

Text Example


Text Example

White with #52038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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