Html Css Color HEX #68028A Indigo

📋 copy color: '#68028A'

red 104 ◦ green 2 ◦ blue 138

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

Shades of Indigo #68028A

Tints of Indigo #68028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.56%

R = 42.62%
G = 0.82%
B = 56.56%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68028A (or 0x68028A) is known color: Indigo. HEX triplet: 68, 02 and 8A. RGB value is (104,2,138). Sum of RGB (Red+Green+Blue) = 104+2+138=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #68028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68028A is #97FD75. Grayscale: #2F2F2F. Windows color (decimal): -9960822 or 9044584. OLE color: 9044584.

HSL color Cylindrical-coordinate representation of color #68028A: hue angle of 285º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68028A is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 2 138 -
CMYK 0.25 0.99 0 0.46
HSL 285º 0.97% 0.27% -
HSV(B) 285º 0.99% 0.54% -
XYZ 10.32 4.82 24.43 -
YUV 48 178.79 167.94 -
System Red Green Blue C M Y K H S L
Decimal 104 2 138 0.25 0.99 0 0.46 285 0.97 0.27
Hex 68 2 8A 19 63 0 2E 11D 61 1B
Octal 150 2 212 31 143 0 56 435 141 33
Binary 1101000 10 10001010 11001 1100011 0 101110 100011101 1100001 11011

Color Harmonies of #68028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68028A

Black with #68028A

Text Example


Text Example

White with #68028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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