#670996

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

Shades of Indigo #670996

Tints of Indigo #670996

Color information

#670996 (or 0x670996) is unknown color: approx Indigo. HEX triplet: 67, 09 and 96. RGB value is (103,9,150). Sum of RGB (Red+Green+Blue) = 103+9+150=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #670996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670996 is #98F669. Grayscale: #343434. Windows color (decimal): -10024554 or 9832807. OLE color: 9832807.

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

Color convert

RGB1039150-
CMYK0.310.9400.41
HSL280º88.68%31.18%-
HSV(B)280º94%58.82%-
XYZ11.25.2829.28-
YUV53.18182.64163.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.31%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=39.31%
G=3.44%
B=57.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10391500.310.9400.4128088.6831.18
Hex679961F5E029118591f
Octal147112263713605143013137
Binary11001111001100101101111110111100101001100011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670996; }

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

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

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

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

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

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

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

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