Html Css Color HEX #52078B Indigo

📋 copy color: '#52078B'

red 82 ◦ green 7 ◦ blue 139

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

Shades of Indigo #52078B

Tints of Indigo #52078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.96%

R = 35.96%
G = 3.07%
B = 60.96%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52078B (or 0x52078B) is known color: Indigo. HEX triplet: 52, 07 and 8B. RGB value is (82,7,139). Sum of RGB (Red+Green+Blue) = 82+7+139=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #52078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52078B is #ADF874. Grayscale: #2C2C2C. Windows color (decimal): -11401333 or 9111378. OLE color: 9111378.

HSL color Cylindrical-coordinate representation of color #52078B: hue angle of 274.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52078B is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 7 139 -
CMYK 0.41 0.95 0 0.45
HSL 274.09º 0.9% 0.29% -
HSV(B) 274.09º 0.95% 0.55% -
XYZ 8.22 3.81 24.73 -
YUV 44.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 82 7 139 0.41 0.95 0 0.45 274.09 0.9 0.29
Hex 52 7 8B 29 5F 0 2D 112 5A 1D
Octal 122 7 213 51 137 0 55 422 132 35
Binary 1010010 111 10001011 101001 1011111 0 101101 100010010 1011010 11101

Color Harmonies of #52078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52078B

Black with #52078B

Text Example


Text Example

White with #52078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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