#67158B

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

Shades of Indigo #67158B

Tints of Indigo #67158B

Color information

#67158B (or 0x67158B) is unknown color: approx Indigo. HEX triplet: 67, 15 and 8B. RGB value is (103,21,139). Sum of RGB (Red+Green+Blue) = 103+21+139=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #67158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67158B is #98EA74. Grayscale: #3A3A3A. Windows color (decimal): -10021493 or 9114983. OLE color: 9114983.

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

Color convert

RGB10321139-
CMYK0.260.8500.45
HSL281.69º73.75%31.37%-
HSV(B)281.69º84.89%54.51%-
XYZ10.525.2824.89-
YUV58.97173.17159.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=39.16%
G=7.98%
B=52.85%

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
Decimal103211390.260.8500.45281.6973.7531.37
Hex67158B1A5502D11a4a1f
Octal147252133212505543211237
Binary110011110101100010111101010101010101101100011010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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