Html Css Color HEX #52068F Indigo

📋 copy color: '#52068F'

red 82 ◦ green 6 ◦ blue 143

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

Shades of Indigo #52068F

Tints of Indigo #52068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 35.5%
G = 2.6%
B = 61.9%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52068F (or 0x52068F) is known color: Indigo. HEX triplet: 52, 06 and 8F. RGB value is (82,6,143). Sum of RGB (Red+Green+Blue) = 82+6+143=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #52068F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52068F is #ADF970. Grayscale: #2B2B2B. Windows color (decimal): -11401585 or 9373266. OLE color: 9373266.

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

Color convert

RGB 82 6 143 -
CMYK 0.43 0.96 0 0.44
HSL 273.28º 0.92% 0.29% -
HSV(B) 273.28º 0.96% 0.56% -
XYZ 8.5 3.91 26.29 -
YUV 44.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 82 6 143 0.43 0.96 0 0.44 273.28 0.92 0.29
Hex 52 6 8F 2B 60 0 2C 111 5C 1D
Octal 122 6 217 53 140 0 54 421 134 35
Binary 1010010 110 10001111 101011 1100000 0 101100 100010001 1011100 11101

Color Harmonies of #52068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52068F

Black with #52068F

Text Example


Text Example

White with #52068F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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