#670C8B

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

Shades of Indigo #670C8B

Tints of Indigo #670C8B

Color information

#670C8B (or 0x670C8B) is unknown color: approx Indigo. HEX triplet: 67, 0C and 8B. RGB value is (103,12,139). Sum of RGB (Red+Green+Blue) = 103+12+139=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #670C8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670C8B is #98F374. Grayscale: #353535. Windows color (decimal): -10023797 or 9112679. OLE color: 9112679.

HSL color Cylindrical-coordinate representation of color #670C8B: hue angle of 282.99º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670C8B is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10312139-
CMYK0.260.9100.45
HSL282.99º84.11%29.61%-
HSV(B)282.99º91.37%54.51%-
XYZ10.395.0124.85-
YUV53.69176.15163.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=40.55%
G=4.72%
B=54.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103121390.260.9100.45282.9984.1129.61
Hex67C8B1A5B02D11b541e
Octal147142133213305543312436
Binary11001111100100010111101010110110101101100011011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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