Html Css Color HEX #52007F Indigo

📋 copy color: '#52007F'

red 82 ◦ green 0 ◦ blue 127

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

Shades of Indigo #52007F

Tints of Indigo #52007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.23%
G = 0%
B = 60.77%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52007F (or 0x52007F) is known color: Indigo. HEX triplet: 52, 00 and 7F. RGB value is (82,0,127). Sum of RGB (Red+Green+Blue) = 82+0+127=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #52007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52007F is #ADFF80. Grayscale: #262626. Windows color (decimal): -11403137 or 8323154. OLE color: 8323154.

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

Color convert

RGB 82 0 127 -
CMYK 0.35 1 0 0.50
HSL 278.74º 1% 0.25% -
HSV(B) 278.74º 1% 0.5% -
XYZ 7.31 3.33 20.34 -
YUV 39 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 82 0 127 0.35 1 0 0.50 278.74 1 0.25
Hex 52 0 7F 23 64 0 32 117 64 19
Octal 122 0 177 43 144 0 62 427 144 31
Binary 1010010 0 1111111 100011 1100100 0 110010 100010111 1100100 11001

Color Harmonies of #52007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52007F

Black with #52007F

Text Example


Text Example

White with #52007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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