Html Css Color HEX #640798 Indigo

📋 copy color: '#640798'

red 100 ◦ green 7 ◦ blue 152

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

Shades of Indigo #640798

Tints of Indigo #640798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

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

R = 38.61%
G = 2.7%
B = 58.69%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#640798 (or 0x640798) is known color: Indigo. HEX triplet: 64, 07 and 98. RGB value is (100,7,152). Sum of RGB (Red+Green+Blue) = 100+7+152=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #640798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640798 is #9BF867. Grayscale: #323232. Windows color (decimal): -10221672 or 9963364. OLE color: 9963364.

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

Color convert

RGB 100 7 152 -
CMYK 0.34 0.95 0 0.40
HSL 278.48º 0.91% 0.31% -
HSV(B) 278.48º 0.95% 0.6% -
XYZ 11 5.13 30.12 -
YUV 51.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 100 7 152 0.34 0.95 0 0.40 278.48 0.91 0.31
Hex 64 7 98 22 5F 0 28 116 5B 1F
Octal 144 7 230 42 137 0 50 426 133 37
Binary 1100100 111 10011000 100010 1011111 0 101000 100010110 1011011 11111

Color Harmonies of #640798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640798

Black with #640798

Text Example


Text Example

White with #640798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640798; }

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

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

background-color css

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

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

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

border-color css

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

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

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