Html Css Color HEX #52067D Indigo

📋 copy color: '#52067D'

red 82 ◦ green 6 ◦ blue 125

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

Shades of Indigo #52067D

Tints of Indigo #52067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 38.5%
G = 2.82%
B = 58.69%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52067D (or 0x52067D) is known color: Indigo. HEX triplet: 52, 06 and 7D. RGB value is (82,6,125). Sum of RGB (Red+Green+Blue) = 82+6+125=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #52067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52067D is #ADF982. Grayscale: #292929. Windows color (decimal): -11401603 or 8193618. OLE color: 8193618.

HSL color Cylindrical-coordinate representation of color #52067D: hue angle of 278.32º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52067D is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 6 125 -
CMYK 0.34 0.95 0 0.51
HSL 278.32º 0.91% 0.26% -
HSV(B) 278.32º 0.95% 0.49% -
XYZ 7.25 3.4 19.68 -
YUV 42.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 82 6 125 0.34 0.95 0 0.51 278.32 0.91 0.26
Hex 52 6 7D 22 5F 0 33 116 5B 1A
Octal 122 6 175 42 137 0 63 426 133 32
Binary 1010010 110 1111101 100010 1011111 0 110011 100010110 1011011 11010

Color Harmonies of #52067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52067D

Black with #52067D

Text Example


Text Example

White with #52067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52067D; }

 p { color: rgb(82,6,125); }

 H1.HeaderClassName
 {
   color: #52067D;
 }
 .AnyTagClassName
 {
   color: #52067D;
 }
</style>

background-color css

<style>
 a { background-color: #52067D; }

 a { background-color: rgb(82,6,125); }

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

border-color css

<style>
 span { border-color: #52067D; }

 span { border-color: rgb(82,6,125); }

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