Html Css Color HEX #52037A Indigo

📋 copy color: '#52037A'

red 82 ◦ green 3 ◦ blue 122

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

Shades of Indigo #52037A

Tints of Indigo #52037A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.94%

R = 39.61%
G = 1.45%
B = 58.94%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52037A (or 0x52037A) is known color: Indigo. HEX triplet: 52, 03 and 7A. RGB value is (82,3,122). Sum of RGB (Red+Green+Blue) = 82+3+122=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #52037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52037A is #ADFC85. Grayscale: #272727. Windows color (decimal): -11402374 or 7996242. OLE color: 7996242.

HSL color Cylindrical-coordinate representation of color #52037A: hue angle of 279.83º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52037A is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 3 122 -
CMYK 0.33 0.98 0 0.52
HSL 279.83º 0.95% 0.25% -
HSV(B) 279.83º 0.98% 0.48% -
XYZ 7.03 3.26 18.67 -
YUV 40.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 82 3 122 0.33 0.98 0 0.52 279.83 0.95 0.25
Hex 52 3 7A 21 62 0 34 118 5F 19
Octal 122 3 172 41 142 0 64 430 137 31
Binary 1010010 11 1111010 100001 1100010 0 110100 100011000 1011111 11001

Color Harmonies of #52037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52037A

Black with #52037A

Text Example


Text Example

White with #52037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52037A; }

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

 H1.HeaderClassName
 {
   color: #52037A;
 }
 .AnyTagClassName
 {
   color: #52037A;
 }
</style>

background-color css

<style>
 a { background-color: #52037A; }

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

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

border-color css

<style>
 span { border-color: #52037A; }

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

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