Html Css Color HEX #52046B Indigo

📋 copy color: '#52046B'

red 82 ◦ green 4 ◦ blue 107

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

Shades of Indigo #52046B

Tints of Indigo #52046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 42.49%
G = 2.07%
B = 55.44%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52046B (or 0x52046B) is known color: Indigo. HEX triplet: 52, 04 and 6B. RGB value is (82,4,107). Sum of RGB (Red+Green+Blue) = 82+4+107=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #52046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52046B is #ADFB94. Grayscale: #262626. Windows color (decimal): -11402133 or 7013458. OLE color: 7013458.

HSL color Cylindrical-coordinate representation of color #52046B: hue angle of 285.44º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52046B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 4 107 -
CMYK 0.23 0.96 0 0.58
HSL 285.44º 0.93% 0.22% -
HSV(B) 285.44º 0.96% 0.42% -
XYZ 6.18 2.94 14.15 -
YUV 39.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 82 4 107 0.23 0.96 0 0.58 285.44 0.93 0.22
Hex 52 4 6B 17 60 0 3A 11D 5D 16
Octal 122 4 153 27 140 0 72 435 135 26
Binary 1010010 100 1101011 10111 1100000 0 111010 100011101 1011101 10110

Color Harmonies of #52046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52046B

Black with #52046B

Text Example


Text Example

White with #52046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,4,107); }

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

background-color css

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

 a { background-color: rgb(82,4,107); }

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

border-color css

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

 span { border-color: rgb(82,4,107); }

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