#670CA2

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

Shades of Indigo #670CA2

Tints of Indigo #670CA2

Color information

#670CA2 (or 0x670CA2) is unknown color: approx Indigo. HEX triplet: 67, 0C and A2. RGB value is (103,12,162). Sum of RGB (Red+Green+Blue) = 103+12+162=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #670CA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670CA2 is #98F35D. Grayscale: #373737. Windows color (decimal): -10023774 or 10620007. OLE color: 10620007.

HSL color Cylindrical-coordinate representation of color #670CA2: hue angle of 276.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670CA2 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10312162-
CMYK0.360.9300.36
HSL276.4º86.21%34.12%-
HSV(B)276.4º92.59%63.53%-
XYZ12.255.7634.65-
YUV56.31187.65161.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 162 (63.67% from 255) = 58.48%
R=37.18%
G=4.33%
B=58.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103121620.360.9300.36276.486.2134.12
Hex67CA2245D0241145622
Octal147142424413504442412642
Binary1100111110010100010100100101110101001001000101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,12,162); }

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

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

 a { background-color: rgb(103,12,162); }

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

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

 span { border-color: rgb(103,12,162); }

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