Html Css Color HEX #52079B Indigo

📋 copy color: '#52079B'

red 82 ◦ green 7 ◦ blue 155

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

Shades of Indigo #52079B

Tints of Indigo #52079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

 BLUE value IS 155 (60.94% from 255) = 63.52%

R = 33.61%
G = 2.87%
B = 63.52%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52079B (or 0x52079B) is known color: Indigo. HEX triplet: 52, 07 and 9B. RGB value is (82,7,155). Sum of RGB (Red+Green+Blue) = 82+7+155=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #52079B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52079B is #ADF864. Grayscale: #2D2D2D. Windows color (decimal): -11401317 or 10159954. OLE color: 10159954.

HSL color Cylindrical-coordinate representation of color #52079B: hue angle of 270.41º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52079B is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 7 155 -
CMYK 0.47 0.95 0 0.39
HSL 270.41º 0.91% 0.32% -
HSV(B) 270.41º 0.95% 0.61% -
XYZ 9.47 4.31 31.34 -
YUV 46.3 189.35 153.47 -
System Red Green Blue C M Y K H S L
Decimal 82 7 155 0.47 0.95 0 0.39 270.41 0.91 0.32
Hex 52 7 9B 2F 5F 0 27 10E 5B 20
Octal 122 7 233 57 137 0 47 416 133 40
Binary 1010010 111 10011011 101111 1011111 0 100111 100001110 1011011 100000

Color Harmonies of #52079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52079B

Black with #52079B

Text Example


Text Example

White with #52079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,7,155); }

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

background-color css

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

 a { background-color: rgb(82,7,155); }

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

border-color css

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

 span { border-color: rgb(82,7,155); }

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