#67158C

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

Shades of Indigo #67158C

Tints of Indigo #67158C

Color information

#67158C (or 0x67158C) is unknown color: approx Indigo. HEX triplet: 67, 15 and 8C. RGB value is (103,21,140). Sum of RGB (Red+Green+Blue) = 103+21+140=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #67158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67158C is #98EA73. Grayscale: #3A3A3A. Windows color (decimal): -10021492 or 9180519. OLE color: 9180519.

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

Color convert

RGB10321140-
CMYK0.260.8500.45
HSL281.34º73.91%31.57%-
HSV(B)281.34º85%54.9%-
XYZ10.65.3125.28-
YUV59.08173.67159.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.02%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=39.02%
G=7.95%
B=53.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103211400.260.8500.45281.3473.9131.57
Hex67158C1A5502D1194a20
Octal147252143212505543111240
Binary1100111101011000110011010101010101011011000110011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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