Html Css Color HEX #52037E Indigo

📋 copy color: '#52037E'

red 82 ◦ green 3 ◦ blue 126

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

Shades of Indigo #52037E

Tints of Indigo #52037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 59.72%

R = 38.86%
G = 1.42%
B = 59.72%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52037E (or 0x52037E) is known color: Indigo. HEX triplet: 52, 03 and 7E. RGB value is (82,3,126). Sum of RGB (Red+Green+Blue) = 82+3+126=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #52037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52037E is #ADFC81. Grayscale: #282828. Windows color (decimal): -11402370 or 8258386. OLE color: 8258386.

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

Color convert

RGB 82 3 126 -
CMYK 0.35 0.98 0 0.51
HSL 278.54º 0.95% 0.25% -
HSV(B) 278.54º 0.98% 0.49% -
XYZ 7.28 3.37 20 -
YUV 40.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 82 3 126 0.35 0.98 0 0.51 278.54 0.95 0.25
Hex 52 3 7E 23 62 0 33 117 5F 19
Octal 122 3 176 43 142 0 63 427 137 31
Binary 1010010 11 1111110 100011 1100010 0 110011 100010111 1011111 11001

Color Harmonies of #52037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52037E

Black with #52037E

Text Example


Text Example

White with #52037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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