Html Css Color HEX #640498 Indigo

📋 copy color: '#640498'

red 100 ◦ green 4 ◦ blue 152

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

Shades of Indigo #640498

Tints of Indigo #640498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 39.06%
G = 1.56%
B = 59.38%

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

#640498 (or 0x640498) is known color: Indigo. HEX triplet: 64, 04 and 98. RGB value is (100,4,152). Sum of RGB (Red+Green+Blue) = 100+4+152=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #640498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640498 is #9BFB67. Grayscale: #313131. Windows color (decimal): -10222440 or 9962596. OLE color: 9962596.

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

Color convert

RGB 100 4 152 -
CMYK 0.34 0.97 0 0.40
HSL 278.92º 0.95% 0.31% -
HSV(B) 278.92º 0.97% 0.6% -
XYZ 10.97 5.06 30.11 -
YUV 49.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 100 4 152 0.34 0.97 0 0.40 278.92 0.95 0.31
Hex 64 4 98 22 61 0 28 117 5F 1F
Octal 144 4 230 42 141 0 50 427 137 37
Binary 1100100 100 10011000 100010 1100001 0 101000 100010111 1011111 11111

Color Harmonies of #640498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640498

Black with #640498

Text Example


Text Example

White with #640498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640498; }

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

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

background-color css

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

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

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

border-color css

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

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

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