Html Css Color HEX #52167B Indigo

📋 copy color: '#52167B'

red 82 ◦ green 22 ◦ blue 123

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

Shades of Indigo #52167B

Tints of Indigo #52167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.19%

R = 36.12%
G = 9.69%
B = 54.19%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52167B (or 0x52167B) is known color: Indigo. HEX triplet: 52, 16 and 7B. RGB value is (82,22,123). Sum of RGB (Red+Green+Blue) = 82+22+123=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #52167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52167B is #ADE984. Grayscale: #333333. Windows color (decimal): -11397509 or 8066642. OLE color: 8066642.

HSL color Cylindrical-coordinate representation of color #52167B: hue angle of 275.64º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52167B is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 22 123 -
CMYK 0.33 0.82 0 0.52
HSL 275.64º 0.7% 0.28% -
HSV(B) 275.64º 0.82% 0.48% -
XYZ 7.34 3.8 19.08 -
YUV 51.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 82 22 123 0.33 0.82 0 0.52 275.64 0.7 0.28
Hex 52 16 7B 21 52 0 34 114 46 1C
Octal 122 26 173 41 122 0 64 424 106 34
Binary 1010010 10110 1111011 100001 1010010 0 110100 100010100 1000110 11100

Color Harmonies of #52167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52167B

Black with #52167B

Text Example


Text Example

White with #52167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52167B; }

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

 H1.HeaderClassName
 {
   color: #52167B;
 }
 .AnyTagClassName
 {
   color: #52167B;
 }
</style>

background-color css

<style>
 a { background-color: #52167B; }

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

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

border-color css

<style>
 span { border-color: #52167B; }

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

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