Html Css Color HEX #52027F Indigo

📋 copy color: '#52027F'

red 82 ◦ green 2 ◦ blue 127

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

Shades of Indigo #52027F

Tints of Indigo #52027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 127 (50% from 255) = 60.19%

R = 38.86%
G = 0.95%
B = 60.19%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52027F (or 0x52027F) is known color: Indigo. HEX triplet: 52, 02 and 7F. RGB value is (82,2,127). Sum of RGB (Red+Green+Blue) = 82+2+127=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #52027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52027F is #ADFD80. Grayscale: #272727. Windows color (decimal): -11402625 or 8323666. OLE color: 8323666.

HSL color Cylindrical-coordinate representation of color #52027F: hue angle of 278.4º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52027F is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 2 127 -
CMYK 0.35 0.98 0 0.50
HSL 278.4º 0.97% 0.25% -
HSV(B) 278.4º 0.98% 0.5% -
XYZ 7.33 3.37 20.34 -
YUV 40.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 82 2 127 0.35 0.98 0 0.50 278.4 0.97 0.25
Hex 52 2 7F 23 62 0 32 116 61 19
Octal 122 2 177 43 142 0 62 426 141 31
Binary 1010010 10 1111111 100011 1100010 0 110010 100010110 1100001 11001

Color Harmonies of #52027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52027F

Black with #52027F

Text Example


Text Example

White with #52027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52027F; }

 p { color: rgb(82,2,127); }

 H1.HeaderClassName
 {
   color: #52027F;
 }
 .AnyTagClassName
 {
   color: #52027F;
 }
</style>

background-color css

<style>
 a { background-color: #52027F; }

 a { background-color: rgb(82,2,127); }

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

border-color css

<style>
 span { border-color: #52027F; }

 span { border-color: rgb(82,2,127); }

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