#670D91

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

Shades of Indigo #670D91

Tints of Indigo #670D91

Color information

#670D91 (or 0x670D91) is unknown color: approx Indigo. HEX triplet: 67, 0D and 91. RGB value is (103,13,145). Sum of RGB (Red+Green+Blue) = 103+13+145=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #670D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670D91 is #98F26E. Grayscale: #363636. Windows color (decimal): -10023535 or 9506151. OLE color: 9506151.

HSL color Cylindrical-coordinate representation of color #670D91: hue angle of 280.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670D91 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10313145-
CMYK0.290.9100.43
HSL280.91º83.54%30.98%-
HSV(B)280.91º91.03%56.86%-
XYZ10.855.2227.22-
YUV54.96178.82162.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.46%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=39.46%
G=4.98%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103131450.290.9100.43280.9183.5430.98
Hex67D911D5B02B119541f
Octal147152213513305343112437
Binary11001111101100100011110110110110101011100011001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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