Html Css Color HEX #640598 Indigo

📋 copy color: '#640598'

red 100 ◦ green 5 ◦ blue 152

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

Shades of Indigo #640598

Tints of Indigo #640598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 38.91%
G = 1.95%
B = 59.14%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#640598 (or 0x640598) is known color: Indigo. HEX triplet: 64, 05 and 98. RGB value is (100,5,152). Sum of RGB (Red+Green+Blue) = 100+5+152=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #640598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640598 is #9BFA67. Grayscale: #313131. Windows color (decimal): -10222184 or 9962852. OLE color: 9962852.

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

Color convert

RGB 100 5 152 -
CMYK 0.34 0.97 0 0.40
HSL 278.78º 0.94% 0.31% -
HSV(B) 278.78º 0.97% 0.6% -
XYZ 10.98 5.08 30.11 -
YUV 50.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 100 5 152 0.34 0.97 0 0.40 278.78 0.94 0.31
Hex 64 5 98 22 61 0 28 117 5E 1F
Octal 144 5 230 42 141 0 50 427 136 37
Binary 1100100 101 10011000 100010 1100001 0 101000 100010111 1011110 11111

Color Harmonies of #640598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640598

Black with #640598

Text Example


Text Example

White with #640598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640598; }

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

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

background-color css

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

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

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

border-color css

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

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

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