Html Css Color HEX #52068D Indigo

📋 copy color: '#52068D'

red 82 ◦ green 6 ◦ blue 141

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

Shades of Indigo #52068D

Tints of Indigo #52068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.57%

R = 35.81%
G = 2.62%
B = 61.57%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52068D (or 0x52068D) is known color: Indigo. HEX triplet: 52, 06 and 8D. RGB value is (82,6,141). Sum of RGB (Red+Green+Blue) = 82+6+141=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #52068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52068D is #ADF972. Grayscale: #2B2B2B. Windows color (decimal): -11401587 or 9242194. OLE color: 9242194.

HSL color Cylindrical-coordinate representation of color #52068D: hue angle of 273.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52068D is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 6 141 -
CMYK 0.42 0.96 0 0.45
HSL 273.78º 0.92% 0.29% -
HSV(B) 273.78º 0.96% 0.55% -
XYZ 8.35 3.85 25.5 -
YUV 44.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 82 6 141 0.42 0.96 0 0.45 273.78 0.92 0.29
Hex 52 6 8D 2A 60 0 2D 112 5C 1D
Octal 122 6 215 52 140 0 55 422 134 35
Binary 1010010 110 10001101 101010 1100000 0 101101 100010010 1011100 11101

Color Harmonies of #52068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52068D

Black with #52068D

Text Example


Text Example

White with #52068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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