Html Css Color HEX #68049D Indigo

📋 copy color: '#68049D'

red 104 ◦ green 4 ◦ blue 157

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

Shades of Indigo #68049D

Tints of Indigo #68049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 39.25%
G = 1.51%
B = 59.25%

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

#68049D (or 0x68049D) is known color: Indigo. HEX triplet: 68, 04 and 9D. RGB value is (104,4,157). Sum of RGB (Red+Green+Blue) = 104+4+157=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #68049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68049D is #97FB62. Grayscale: #323232. Windows color (decimal): -9960291 or 10290280. OLE color: 10290280.

HSL color Cylindrical-coordinate representation of color #68049D: hue angle of 279.22º 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 #68049D is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 4 157 -
CMYK 0.34 0.97 0 0.38
HSL 279.22º 0.95% 0.32% -
HSV(B) 279.22º 0.97% 0.62% -
XYZ 11.84 5.46 32.33 -
YUV 51.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 104 4 157 0.34 0.97 0 0.38 279.22 0.95 0.32
Hex 68 4 9D 22 61 0 26 117 5F 20
Octal 150 4 235 42 141 0 46 427 137 40
Binary 1101000 100 10011101 100010 1100001 0 100110 100010111 1011111 100000

Color Harmonies of #68049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68049D

Black with #68049D

Text Example


Text Example

White with #68049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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