Html Css Color HEX #640998 Indigo

📋 copy color: '#640998'

red 100 ◦ green 9 ◦ blue 152

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

Shades of Indigo #640998

Tints of Indigo #640998

RGB

 RED value IS 100 (39.45% from 255) = 38.31%

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

 BLUE value IS 152 (59.77% from 255) = 58.24%

R = 38.31%
G = 3.45%
B = 58.24%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#640998 (or 0x640998) is known color: Indigo. HEX triplet: 64, 09 and 98. RGB value is (100,9,152). Sum of RGB (Red+Green+Blue) = 100+9+152=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #640998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640998 is #9BF667. Grayscale: #343434. Windows color (decimal): -10221160 or 9963876. OLE color: 9963876.

HSL color Cylindrical-coordinate representation of color #640998: hue angle of 278.18º 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 #640998 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 9 152 -
CMYK 0.34 0.94 0 0.40
HSL 278.18º 0.89% 0.32% -
HSV(B) 278.18º 0.94% 0.6% -
XYZ 11.02 5.17 30.12 -
YUV 52.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 100 9 152 0.34 0.94 0 0.40 278.18 0.89 0.32
Hex 64 9 98 22 5E 0 28 116 59 20
Octal 144 11 230 42 136 0 50 426 131 40
Binary 1100100 1001 10011000 100010 1011110 0 101000 100010110 1011001 100000

Color Harmonies of #640998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640998

Black with #640998

Text Example


Text Example

White with #640998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640998; }

 p { color: rgb(100,9,152); }

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

background-color css

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

 a { background-color: rgb(100,9,152); }

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

border-color css

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

 span { border-color: rgb(100,9,152); }

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