Html Css Color HEX #52127D Indigo

📋 copy color: '#52127D'

red 82 ◦ green 18 ◦ blue 125

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

Shades of Indigo #52127D

Tints of Indigo #52127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 36.44%
G = 8%
B = 55.56%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52127D (or 0x52127D) is known color: Indigo. HEX triplet: 52, 12 and 7D. RGB value is (82,18,125). Sum of RGB (Red+Green+Blue) = 82+18+125=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #52127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52127D is #ADED82. Grayscale: #303030. Windows color (decimal): -11398531 or 8196690. OLE color: 8196690.

HSL color Cylindrical-coordinate representation of color #52127D: hue angle of 275.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52127D is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 18 125 -
CMYK 0.34 0.86 0 0.51
HSL 275.89º 0.75% 0.28% -
HSV(B) 275.89º 0.86% 0.49% -
XYZ 7.4 3.71 19.73 -
YUV 49.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 82 18 125 0.34 0.86 0 0.51 275.89 0.75 0.28
Hex 52 12 7D 22 56 0 33 114 4B 1C
Octal 122 22 175 42 126 0 63 424 113 34
Binary 1010010 10010 1111101 100010 1010110 0 110011 100010100 1001011 11100

Color Harmonies of #52127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52127D

Black with #52127D

Text Example


Text Example

White with #52127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52127D; }

 p { color: rgb(82,18,125); }

 H1.HeaderClassName
 {
   color: #52127D;
 }
 .AnyTagClassName
 {
   color: #52127D;
 }
</style>

background-color css

<style>
 a { background-color: #52127D; }

 a { background-color: rgb(82,18,125); }

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

border-color css

<style>
 span { border-color: #52127D; }

 span { border-color: rgb(82,18,125); }

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