Html Css Color HEX #640298 Indigo

📋 copy color: '#640298'

red 100 ◦ green 2 ◦ blue 152

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

Shades of Indigo #640298

Tints of Indigo #640298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 39.37%
G = 0.79%
B = 59.84%

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

#640298 (or 0x640298) is known color: Indigo. HEX triplet: 64, 02 and 98. RGB value is (100,2,152). Sum of RGB (Red+Green+Blue) = 100+2+152=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #640298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640298 is #9BFD67. Grayscale: #2F2F2F. Windows color (decimal): -10222952 or 9962084. OLE color: 9962084.

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

Color convert

RGB 100 2 152 -
CMYK 0.34 0.99 0 0.40
HSL 279.2º 0.97% 0.3% -
HSV(B) 279.2º 0.99% 0.6% -
XYZ 10.94 5.02 30.1 -
YUV 48.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 100 2 152 0.34 0.99 0 0.40 279.2 0.97 0.3
Hex 64 2 98 22 63 0 28 117 61 1E
Octal 144 2 230 42 143 0 50 427 141 36
Binary 1100100 10 10011000 100010 1100011 0 101000 100010111 1100001 11110

Color Harmonies of #640298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640298

Black with #640298

Text Example


Text Example

White with #640298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640298; }

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

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

background-color css

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

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

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

border-color css

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

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

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