#670E9F

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

Shades of Indigo #670E9F

Tints of Indigo #670E9F

Color information

#670E9F (or 0x670E9F) is unknown color: approx Indigo. HEX triplet: 67, 0E and 9F. RGB value is (103,14,159). Sum of RGB (Red+Green+Blue) = 103+14+159=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #670E9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670E9F is #98F160. Grayscale: #383838. Windows color (decimal): -10023265 or 10423911. OLE color: 10423911.

HSL color Cylindrical-coordinate representation of color #670E9F: hue angle of 276.83º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670E9F is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10314159-
CMYK0.350.9100.38
HSL276.83º83.82%33.92%-
HSV(B)276.83º91.19%62.35%-
XYZ12.015.733.27-
YUV57.14185.49160.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=37.32%
G=5.07%
B=57.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103141590.350.9100.38276.8383.8233.92
Hex67E9F235B0261155422
Octal147162374313304642512442
Binary1100111111010011111100011101101101001101000101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670E9F; }

 p { color: rgb(103,14,159); }

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

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

 a { background-color: rgb(103,14,159); }

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

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

 span { border-color: rgb(103,14,159); }

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