#670D90

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

Shades of Indigo #670D90

Tints of Indigo #670D90

Color information

#670D90 (or 0x670D90) is unknown color: approx Indigo. HEX triplet: 67, 0D and 90. RGB value is (103,13,144). Sum of RGB (Red+Green+Blue) = 103+13+144=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #670D90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670D90 is #98F26F. Grayscale: #363636. Windows color (decimal): -10023536 or 9440615. OLE color: 9440615.

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

Color convert

RGB10313144-
CMYK0.280.9100.44
HSL281.22º83.44%30.78%-
HSV(B)281.22º90.97%56.47%-
XYZ10.775.1926.82-
YUV54.84178.32162.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 13 (5.47% from 255) = 5%
BLUE value IS 144 (56.64% from 255) = 55.38%
R=39.62%
G=5%
B=55.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103131440.280.9100.44281.2283.4430.78
Hex67D901C5B02C119531f
Octal147152203413305443112337
Binary11001111101100100001110010110110101100100011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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