#670AA4

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

Shades of Indigo #670AA4

Tints of Indigo #670AA4

Color information

#670AA4 (or 0x670AA4) is unknown color: approx Indigo. HEX triplet: 67, 0A and A4. RGB value is (103,10,164). Sum of RGB (Red+Green+Blue) = 103+10+164=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #670AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670AA4 is #98F55B. Grayscale: #363636. Windows color (decimal): -10024284 or 10750567. OLE color: 10750567.

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

Color convert

RGB10310164-
CMYK0.370.9400.36
HSL276.23º88.51%34.12%-
HSV(B)276.23º93.9%64.31%-
XYZ12.45.7835.58-
YUV55.36189.31161.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 164 (64.45% from 255) = 59.21%
R=37.18%
G=3.61%
B=59.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103101640.370.9400.36276.2388.5134.12
Hex67AA4255E0241145922
Octal147122444513604442413142
Binary1100111101010100100100101101111001001001000101001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,10,164); }

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

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

 a { background-color: rgb(103,10,164); }

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

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

 span { border-color: rgb(103,10,164); }

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