Html Css Color HEX #52168F Indigo

📋 copy color: '#52168F'

red 82 ◦ green 22 ◦ blue 143

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

Shades of Indigo #52168F

Tints of Indigo #52168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 143 (56.25% from 255) = 57.89%

R = 33.2%
G = 8.91%
B = 57.89%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52168F (or 0x52168F) is known color: Indigo. HEX triplet: 52, 16 and 8F. RGB value is (82,22,143). Sum of RGB (Red+Green+Blue) = 82+22+143=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #52168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52168F is #ADE970. Grayscale: #353535. Windows color (decimal): -11397489 or 9377362. OLE color: 9377362.

HSL color Cylindrical-coordinate representation of color #52168F: hue angle of 269.75º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52168F is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 22 143 -
CMYK 0.43 0.85 0 0.44
HSL 269.75º 0.73% 0.32% -
HSV(B) 269.75º 0.85% 0.56% -
XYZ 8.72 4.35 26.37 -
YUV 53.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 82 22 143 0.43 0.85 0 0.44 269.75 0.73 0.32
Hex 52 16 8F 2B 55 0 2C 10E 49 20
Octal 122 26 217 53 125 0 54 416 111 40
Binary 1010010 10110 10001111 101011 1010101 0 101100 100001110 1001001 100000

Color Harmonies of #52168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52168F

Black with #52168F

Text Example


Text Example

White with #52168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,22,143); }

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

background-color css

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

 a { background-color: rgb(82,22,143); }

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

border-color css

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

 span { border-color: rgb(82,22,143); }

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