Html Css Color HEX #670994 Indigo

📋 copy color: '#670994'

red 103 ◦ green 9 ◦ blue 148

#670994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #670994

Tints of Indigo #670994

RGB

 RED value IS 103 (40.63% from 255) = 39.62%

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 39.62%
G = 3.46%
B = 56.92%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#670994 (or 0x670994) is known color: Indigo. HEX triplet: 67, 09 and 94. RGB value is (103,9,148). Sum of RGB (Red+Green+Blue) = 103+9+148=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #670994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670994 is #98F66B. Grayscale: #343434. Windows color (decimal): -10024556 or 9701735. OLE color: 9701735.

HSL color Cylindrical-coordinate representation of color #670994: hue angle of 280.58º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670994 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 9 148 -
CMYK 0.30 0.94 0 0.42
HSL 280.58º 0.89% 0.31% -
HSV(B) 280.58º 0.94% 0.58% -
XYZ 11.04 5.22 28.44 -
YUV 52.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 103 9 148 0.30 0.94 0 0.42 280.58 0.89 0.31
Hex 67 9 94 1E 5E 0 2A 119 59 1F
Octal 147 11 224 36 136 0 52 431 131 37
Binary 1100111 1001 10010100 11110 1011110 0 101010 100011001 1011001 11111

Color Harmonies of #670994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670994

Black with #670994

Text Example


Text Example

White with #670994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670994; }

 p { color: rgb(103,9,148); }

 H1.HeaderClassName
 {
   color: #670994;
 }
 .AnyTagClassName
 {
   color: #670994;
 }
</style>

background-color css

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

 a { background-color: rgb(103,9,148); }

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

border-color css

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

 span { border-color: rgb(103,9,148); }

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