#67178B

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

Shades of Indigo #67178B

Tints of Indigo #67178B

Color information

#67178B (or 0x67178B) is unknown color: approx Indigo. HEX triplet: 67, 17 and 8B. RGB value is (103,23,139). Sum of RGB (Red+Green+Blue) = 103+23+139=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #67178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67178B is #98E874. Grayscale: #3B3B3B. Windows color (decimal): -10020981 or 9115495. OLE color: 9115495.

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

Color convert

RGB10323139-
CMYK0.260.8300.45
HSL281.38º71.6%31.76%-
HSV(B)281.38º83.45%54.51%-
XYZ10.565.3624.9-
YUV60.14172.5158.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=38.87%
G=8.68%
B=52.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103231390.260.8300.45281.3871.631.76
Hex67178B1A5302D1194820
Octal147272133212305543111040
Binary1100111101111000101111010101001101011011000110011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67178B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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