#68148E

Color #68148E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #68148E

Tints of Indigo #68148E

Color information

#68148E (or 0x68148E) is unknown color: approx Indigo. HEX triplet: 68, 14 and 8E. RGB value is (104,20,142). Sum of RGB (Red+Green+Blue) = 104+20+142=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #68148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68148E is #97EB71. Grayscale: #3A3A3A. Windows color (decimal): -9956210 or 9311336. OLE color: 9311336.

HSL color Cylindrical-coordinate representation of color #68148E: hue angle of 281.31º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68148E is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10420142-
CMYK0.270.8600.44
HSL281.31º75.31%31.76%-
HSV(B)281.31º85.92%55.69%-
XYZ10.845.426.06-
YUV59.02174.83160.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 20 (8.20% from 255) = 7.52%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=39.10%
G=7.52%
B=53.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104201420.270.8600.44281.3175.3131.76
Hex68148E1B5602C1194b20
Octal150242163312605443111340
Binary1101000101001000111011011101011001011001000110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68148E;
 }
 .AnyTagClassName
 {
   color: #68148E;
 }
</style>
background-color css

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

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

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

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

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

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