Html Css Color HEX #52137F Indigo

📋 copy color: '#52137F'

red 82 ◦ green 19 ◦ blue 127

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

Shades of Indigo #52137F

Tints of Indigo #52137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 35.96%
G = 8.33%
B = 55.7%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52137F (or 0x52137F) is known color: Indigo. HEX triplet: 52, 13 and 7F. RGB value is (82,19,127). Sum of RGB (Red+Green+Blue) = 82+19+127=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #52137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52137F is #ADEC80. Grayscale: #313131. Windows color (decimal): -11398273 or 8328018. OLE color: 8328018.

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

Color convert

RGB 82 19 127 -
CMYK 0.35 0.85 0 0.50
HSL 275º 0.74% 0.29% -
HSV(B) 275º 0.85% 0.5% -
XYZ 7.54 3.79 20.41 -
YUV 50.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 82 19 127 0.35 0.85 0 0.50 275 0.74 0.29
Hex 52 13 7F 23 55 0 32 113 4A 1D
Octal 122 23 177 43 125 0 62 423 112 35
Binary 1010010 10011 1111111 100011 1010101 0 110010 100010011 1001010 11101

Color Harmonies of #52137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52137F

Black with #52137F

Text Example


Text Example

White with #52137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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