Html Css Color HEX #670999 Indigo

📋 copy color: '#670999'

red 103 ◦ green 9 ◦ blue 153

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

Shades of Indigo #670999

Tints of Indigo #670999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 38.87%
G = 3.4%
B = 57.74%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#670999 (or 0x670999) is known color: Indigo. HEX triplet: 67, 09 and 99. RGB value is (103,9,153). Sum of RGB (Red+Green+Blue) = 103+9+153=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #670999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670999 is #98F666. Grayscale: #353535. Windows color (decimal): -10024551 or 10029415. OLE color: 10029415.

HSL color Cylindrical-coordinate representation of color #670999: hue angle of 279.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670999 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 9 153 -
CMYK 0.33 0.94 0 0.4
HSL 279.17º 0.89% 0.32% -
HSV(B) 279.17º 0.94% 0.6% -
XYZ 11.44 5.38 30.57 -
YUV 53.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 103 9 153 0.33 0.94 0 0.4 279.17 0.89 0.32
Hex 67 9 99 21 5E 0 28 117 59 20
Octal 147 11 231 41 136 0 50 427 131 40
Binary 1100111 1001 10011001 100001 1011110 0 101000 100010111 1011001 100000

Color Harmonies of #670999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670999

Black with #670999

Text Example


Text Example

White with #670999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670999; }

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

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

background-color css

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

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

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

border-color css

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

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

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