Html Css Color HEX #68078A Indigo

📋 copy color: '#68078A'

red 104 ◦ green 7 ◦ blue 138

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

Shades of Indigo #68078A

Tints of Indigo #68078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 41.77%
G = 2.81%
B = 55.42%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68078A (or 0x68078A) is known color: Indigo. HEX triplet: 68, 07 and 8A. RGB value is (104,7,138). Sum of RGB (Red+Green+Blue) = 104+7+138=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #68078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68078A is #97F875. Grayscale: #323232. Windows color (decimal): -9959542 or 9045864. OLE color: 9045864.

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

Color convert

RGB 104 7 138 -
CMYK 0.25 0.95 0 0.46
HSL 284.43º 0.9% 0.28% -
HSV(B) 284.43º 0.95% 0.54% -
XYZ 10.37 4.93 24.45 -
YUV 50.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 104 7 138 0.25 0.95 0 0.46 284.43 0.9 0.28
Hex 68 7 8A 19 5F 0 2E 11C 5A 1C
Octal 150 7 212 31 137 0 56 434 132 34
Binary 1101000 111 10001010 11001 1011111 0 101110 100011100 1011010 11100

Color Harmonies of #68078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68078A

Black with #68078A

Text Example


Text Example

White with #68078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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