#670291

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

Shades of Indigo #670291

Tints of Indigo #670291

Color information

#670291 (or 0x670291) is unknown color: approx Indigo. HEX triplet: 67, 02 and 91. RGB value is (103,2,145). Sum of RGB (Red+Green+Blue) = 103+2+145=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #670291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670291 is #98FD6E. Grayscale: #303030. Windows color (decimal): -10026351 or 9503335. OLE color: 9503335.

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

Color convert

RGB1032145-
CMYK0.290.9900.43
HSL282.38º97.28%28.82%-
HSV(B)282.38º98.62%56.86%-
XYZ10.734.9727.18-
YUV48.5182.46166.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 145 (57.03% from 255) = 58%
R=41.2%
G=0.8%
B=58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10321450.290.9900.43282.3897.2828.82
Hex672911D6302B11a611d
Octal14722213514305343214135
Binary110011110100100011110111000110101011100011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670291; }

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

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

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

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

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

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

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

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