Html Css Color HEX #52067C Indigo

📋 copy color: '#52067C'

red 82 ◦ green 6 ◦ blue 124

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

Shades of Indigo #52067C

Tints of Indigo #52067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 38.68%
G = 2.83%
B = 58.49%

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

#52067C (or 0x52067C) is known color: Indigo. HEX triplet: 52, 06 and 7C. RGB value is (82,6,124). Sum of RGB (Red+Green+Blue) = 82+6+124=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #52067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52067C is #ADF983. Grayscale: #292929. Windows color (decimal): -11401604 or 8128082. OLE color: 8128082.

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

Color convert

RGB 82 6 124 -
CMYK 0.34 0.95 0 0.51
HSL 278.64º 0.91% 0.25% -
HSV(B) 278.64º 0.95% 0.49% -
XYZ 7.18 3.38 19.34 -
YUV 42.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 82 6 124 0.34 0.95 0 0.51 278.64 0.91 0.25
Hex 52 6 7C 22 5F 0 33 117 5B 19
Octal 122 6 174 42 137 0 63 427 133 31
Binary 1010010 110 1111100 100010 1011111 0 110011 100010111 1011011 11001

Color Harmonies of #52067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52067C

Black with #52067C

Text Example


Text Example

White with #52067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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