#670A87

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

Shades of Indigo #670A87

Tints of Indigo #670A87

Color information

#670A87 (or 0x670A87) is unknown color: approx Indigo. HEX triplet: 67, 0A and 87. RGB value is (103,10,135). Sum of RGB (Red+Green+Blue) = 103+10+135=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #670A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670A87 is #98F578. Grayscale: #333333. Windows color (decimal): -10024313 or 8850023. OLE color: 8850023.

HSL color Cylindrical-coordinate representation of color #670A87: hue angle of 284.64º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670A87 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10310135-
CMYK0.240.9300.47
HSL284.64º86.21%28.43%-
HSV(B)284.64º92.59%52.94%-
XYZ10.084.8523.33-
YUV52.06174.81164.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=41.53%
G=4.03%
B=54.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103101350.240.9300.47284.6486.2128.43
Hex67A87185D02F11d561c
Octal147122073013505743512634
Binary11001111010100001111100010111010101111100011101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,10,135); }

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

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

 a { background-color: rgb(103,10,135); }

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

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

 span { border-color: rgb(103,10,135); }

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