Html Css Color HEX #68149B Indigo

📋 copy color: '#68149B'

red 104 ◦ green 20 ◦ blue 155

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

Shades of Indigo #68149B

Tints of Indigo #68149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 37.28%
G = 7.17%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68149B (or 0x68149B) is known color: Indigo. HEX triplet: 68, 14 and 9B. RGB value is (104,20,155). Sum of RGB (Red+Green+Blue) = 104+20+155=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #68149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68149B is #97EB64. Grayscale: #3C3C3C. Windows color (decimal): -9956197 or 10163304. OLE color: 10163304.

HSL color Cylindrical-coordinate representation of color #68149B: hue angle of 277.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68149B is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 20 155 -
CMYK 0.33 0.87 0 0.39
HSL 277.33º 0.77% 0.34% -
HSV(B) 277.33º 0.87% 0.61% -
XYZ 11.88 5.81 31.51 -
YUV 60.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 104 20 155 0.33 0.87 0 0.39 277.33 0.77 0.34
Hex 68 14 9B 21 57 0 27 115 4D 22
Octal 150 24 233 41 127 0 47 425 115 42
Binary 1101000 10100 10011011 100001 1010111 0 100111 100010101 1001101 100010

Color Harmonies of #68149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68149B

Black with #68149B

Text Example


Text Example

White with #68149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68149B; }

 p { color: rgb(104,20,155); }

 H1.HeaderClassName
 {
   color: #68149B;
 }
 .AnyTagClassName
 {
   color: #68149B;
 }
</style>

background-color css

<style>
 a { background-color: #68149B; }

 a { background-color: rgb(104,20,155); }

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

border-color css

<style>
 span { border-color: #68149B; }

 span { border-color: rgb(104,20,155); }

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