#670B9C

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

Shades of Indigo #670B9C

Tints of Indigo #670B9C

Color information

#670B9C (or 0x670B9C) is unknown color: approx Indigo. HEX triplet: 67, 0B and 9C. RGB value is (103,11,156). Sum of RGB (Red+Green+Blue) = 103+11+156=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #670B9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670B9C is #98F463. Grayscale: #363636. Windows color (decimal): -10024036 or 10226535. OLE color: 10226535.

HSL color Cylindrical-coordinate representation of color #670B9C: hue angle of 278.07º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670B9C is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10311156-
CMYK0.340.9300.39
HSL278.07º86.83%32.75%-
HSV(B)278.07º92.95%61.18%-
XYZ11.715.5231.9-
YUV55.04184.98162.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=38.15%
G=4.07%
B=57.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103111560.340.9300.39278.0786.8332.75
Hex67B9C225D0271165721
Octal147132344213504742612741
Binary1100111101110011100100010101110101001111000101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,11,156); }

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

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

 a { background-color: rgb(103,11,156); }

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

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

 span { border-color: rgb(103,11,156); }

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