#67158E

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

Shades of Indigo #67158E

Tints of Indigo #67158E

Color information

#67158E (or 0x67158E) is unknown color: approx Indigo. HEX triplet: 67, 15 and 8E. RGB value is (103,21,142). Sum of RGB (Red+Green+Blue) = 103+21+142=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 21 (8.59% from 255 or 7.89% 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 #67158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67158E is #98EA71. Grayscale: #3A3A3A. Windows color (decimal): -10021490 or 9311591. OLE color: 9311591.

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

Color convert

RGB10321142-
CMYK0.270.8500.44
HSL280.66º74.23%31.96%-
HSV(B)280.66º85.21%55.69%-
XYZ10.745.3726.06-
YUV59.31174.67159.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 142 (55.86% from 255) = 53.38%
R=38.72%
G=7.89%
B=53.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103211420.270.8500.44280.6674.2331.96
Hex67158E1B5502C1194a20
Octal147252163312505443111240
Binary1100111101011000111011011101010101011001000110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,21,142); }

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

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

 a { background-color: rgb(103,21,142); }

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

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

 span { border-color: rgb(103,21,142); }

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