Html Css Color HEX #640198 Indigo

📋 copy color: '#640198'

red 100 ◦ green 1 ◦ blue 152

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

Shades of Indigo #640198

Tints of Indigo #640198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 39.53%
G = 0.4%
B = 60.08%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#640198 (or 0x640198) is known color: Indigo. HEX triplet: 64, 01 and 98. RGB value is (100,1,152). Sum of RGB (Red+Green+Blue) = 100+1+152=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #640198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640198 is #9BFE67. Grayscale: #2F2F2F. Windows color (decimal): -10223208 or 9961828. OLE color: 9961828.

HSL color Cylindrical-coordinate representation of color #640198: hue angle of 279.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640198 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 1 152 -
CMYK 0.34 0.99 0 0.40
HSL 279.34º 0.99% 0.3% -
HSV(B) 279.34º 0.99% 0.6% -
XYZ 10.93 5 30.09 -
YUV 47.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 100 1 152 0.34 0.99 0 0.40 279.34 0.99 0.3
Hex 64 1 98 22 63 0 28 117 63 1E
Octal 144 1 230 42 143 0 50 427 143 36
Binary 1100100 1 10011000 100010 1100011 0 101000 100010111 1100011 11110

Color Harmonies of #640198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640198

Black with #640198

Text Example


Text Example

White with #640198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640198; }

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

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

background-color css

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

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

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

border-color css

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

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

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