Html Css Color HEX #68049E Indigo

📋 copy color: '#68049E'

red 104 ◦ green 4 ◦ blue 158

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

Shades of Indigo #68049E

Tints of Indigo #68049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 39.1%
G = 1.5%
B = 59.4%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68049E (or 0x68049E) is known color: Indigo. HEX triplet: 68, 04 and 9E. RGB value is (104,4,158). Sum of RGB (Red+Green+Blue) = 104+4+158=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #68049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68049E is #97FB61. Grayscale: #323232. Windows color (decimal): -9960290 or 10355816. OLE color: 10355816.

HSL color Cylindrical-coordinate representation of color #68049E: hue angle of 278.96º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68049E is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 4 158 -
CMYK 0.34 0.97 0 0.38
HSL 278.96º 0.95% 0.32% -
HSV(B) 278.96º 0.97% 0.62% -
XYZ 11.92 5.5 32.78 -
YUV 51.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 104 4 158 0.34 0.97 0 0.38 278.96 0.95 0.32
Hex 68 4 9E 22 61 0 26 117 5F 20
Octal 150 4 236 42 141 0 46 427 137 40
Binary 1101000 100 10011110 100010 1100001 0 100110 100010111 1011111 100000

Color Harmonies of #68049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68049E

Black with #68049E

Text Example


Text Example

White with #68049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68049E; }

 p { color: rgb(104,4,158); }

 H1.HeaderClassName
 {
   color: #68049E;
 }
 .AnyTagClassName
 {
   color: #68049E;
 }
</style>

background-color css

<style>
 a { background-color: #68049E; }

 a { background-color: rgb(104,4,158); }

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

border-color css

<style>
 span { border-color: #68049E; }

 span { border-color: rgb(104,4,158); }

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