Html Css Color HEX #641398 Indigo

📋 copy color: '#641398'

red 100 ◦ green 19 ◦ blue 152

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

Shades of Indigo #641398

Tints of Indigo #641398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

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

R = 36.9%
G = 7.01%
B = 56.09%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#641398 (or 0x641398) is known color: Indigo. HEX triplet: 64, 13 and 98. RGB value is (100,19,152). Sum of RGB (Red+Green+Blue) = 100+19+152=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #641398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641398 is #9BEC67. Grayscale: #393939. Windows color (decimal): -10218600 or 9966436. OLE color: 9966436.

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

Color convert

RGB 100 19 152 -
CMYK 0.34 0.87 0 0.40
HSL 276.54º 0.78% 0.34% -
HSV(B) 276.54º 0.88% 0.6% -
XYZ 11.16 5.44 30.17 -
YUV 58.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 100 19 152 0.34 0.87 0 0.40 276.54 0.78 0.34
Hex 64 13 98 22 57 0 28 115 4E 22
Octal 144 23 230 42 127 0 50 425 116 42
Binary 1100100 10011 10011000 100010 1010111 0 101000 100010101 1001110 100010

Color Harmonies of #641398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641398

Black with #641398

Text Example


Text Example

White with #641398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641398; }

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

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

background-color css

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

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

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

border-color css

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

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

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