#670D9F

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

Shades of Indigo #670D9F

Tints of Indigo #670D9F

Color information

#670D9F (or 0x670D9F) is unknown color: approx Indigo. HEX triplet: 67, 0D and 9F. RGB value is (103,13,159). Sum of RGB (Red+Green+Blue) = 103+13+159=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #670D9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670D9F is #98F260. Grayscale: #383838. Windows color (decimal): -10023521 or 10423655. OLE color: 10423655.

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

Color convert

RGB10313159-
CMYK0.350.9200.38
HSL276.99º84.88%33.73%-
HSV(B)276.99º91.82%62.35%-
XYZ125.6733.26-
YUV56.55185.82161.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.45%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 159 (62.5% from 255) = 57.82%
R=37.45%
G=4.73%
B=57.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103131590.350.9200.38276.9984.8833.73
Hex67D9F235C0261155522
Octal147152374313404642512542
Binary1100111110110011111100011101110001001101000101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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