Html Css Color HEX #68039E Indigo

📋 copy color: '#68039E'

red 104 ◦ green 3 ◦ blue 158

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

Shades of Indigo #68039E

Tints of Indigo #68039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 39.25%
G = 1.13%
B = 59.62%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68039E (or 0x68039E) is known color: Indigo. HEX triplet: 68, 03 and 9E. RGB value is (104,3,158). Sum of RGB (Red+Green+Blue) = 104+3+158=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #68039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68039E is #97FC61. Grayscale: #323232. Windows color (decimal): -9960546 or 10355560. OLE color: 10355560.

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

Color convert

RGB 104 3 158 -
CMYK 0.34 0.98 0 0.38
HSL 279.1º 0.96% 0.32% -
HSV(B) 279.1º 0.98% 0.62% -
XYZ 11.91 5.48 32.78 -
YUV 50.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 104 3 158 0.34 0.98 0 0.38 279.1 0.96 0.32
Hex 68 3 9E 22 62 0 26 117 60 20
Octal 150 3 236 42 142 0 46 427 140 40
Binary 1101000 11 10011110 100010 1100010 0 100110 100010111 1100000 100000

Color Harmonies of #68039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68039E

Black with #68039E

Text Example


Text Example

White with #68039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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