Html Css Color HEX #68028D Indigo

📋 copy color: '#68028D'

red 104 ◦ green 2 ◦ blue 141

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

Shades of Indigo #68028D

Tints of Indigo #68028D

RGB

 RED value IS 104 (41.02% from 255) = 42.11%

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 42.11%
G = 0.81%
B = 57.09%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68028D (or 0x68028D) is known color: Indigo. HEX triplet: 68, 02 and 8D. RGB value is (104,2,141). Sum of RGB (Red+Green+Blue) = 104+2+141=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #68028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68028D is #97FD72. Grayscale: #2F2F2F. Windows color (decimal): -9960819 or 9241192. OLE color: 9241192.

HSL color Cylindrical-coordinate representation of color #68028D: hue angle of 284.03º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68028D is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 2 141 -
CMYK 0.26 0.99 0 0.45
HSL 284.03º 0.97% 0.28% -
HSV(B) 284.03º 0.99% 0.55% -
XYZ 10.54 4.91 25.59 -
YUV 48.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 104 2 141 0.26 0.99 0 0.45 284.03 0.97 0.28
Hex 68 2 8D 1A 63 0 2D 11C 61 1C
Octal 150 2 215 32 143 0 55 434 141 34
Binary 1101000 10 10001101 11010 1100011 0 101101 100011100 1100001 11100

Color Harmonies of #68028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68028D

Black with #68028D

Text Example


Text Example

White with #68028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,2,141); }

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

background-color css

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

 a { background-color: rgb(104,2,141); }

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

border-color css

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

 span { border-color: rgb(104,2,141); }

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