#671496

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

Shades of Indigo #671496

Tints of Indigo #671496

Color information

#671496 (or 0x671496) is unknown color: approx Indigo. HEX triplet: 67, 14 and 96. RGB value is (103,20,150). Sum of RGB (Red+Green+Blue) = 103+20+150=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #671496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671496 is #98EB69. Grayscale: #3B3B3B. Windows color (decimal): -10021738 or 9835623. OLE color: 9835623.

HSL color Cylindrical-coordinate representation of color #671496: hue angle of 278.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671496 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10320150-
CMYK0.310.8700.41
HSL278.31º76.47%33.33%-
HSV(B)278.31º86.67%58.82%-
XYZ11.355.5929.33-
YUV59.64179158.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=37.73%
G=7.33%
B=54.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103201500.310.8700.41278.3176.4733.33
Hex6714961F570291164c21
Octal147242263712705142611441
Binary1100111101001001011011111101011101010011000101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671496; }

 p { color: rgb(103,20,150); }

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

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

 a { background-color: rgb(103,20,150); }

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

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

 span { border-color: rgb(103,20,150); }

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