#670C8F

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

Shades of Indigo #670C8F

Tints of Indigo #670C8F

Color information

#670C8F (or 0x670C8F) is unknown color: approx Indigo. HEX triplet: 67, 0C and 8F. RGB value is (103,12,143). Sum of RGB (Red+Green+Blue) = 103+12+143=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #670C8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670C8F is #98F370. Grayscale: #353535. Windows color (decimal): -10023793 or 9374823. OLE color: 9374823.

HSL color Cylindrical-coordinate representation of color #670C8F: hue angle of 281.68º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670C8F is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10312143-
CMYK0.280.9200.44
HSL281.68º84.52%30.39%-
HSV(B)281.68º91.61%56.08%-
XYZ10.685.1326.41-
YUV54.14178.15162.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.92%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 143 (56.25% from 255) = 55.43%
R=39.92%
G=4.65%
B=55.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103121430.280.9200.44281.6884.5230.39
Hex67C8F1C5C02C11a551e
Octal147142173413405443212536
Binary11001111100100011111110010111000101100100011010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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