Html Css Color HEX #641090 Indigo

📋 copy color: '#641090'

red 100 ◦ green 16 ◦ blue 144

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

Shades of Indigo #641090

Tints of Indigo #641090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 38.46%
G = 6.15%
B = 55.38%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#641090 (or 0x641090) is known color: Indigo. HEX triplet: 64, 10 and 90. RGB value is (100,16,144). Sum of RGB (Red+Green+Blue) = 100+16+144=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #641090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641090 is #9BEF6F. Grayscale: #373737. Windows color (decimal): -10219376 or 9441380. OLE color: 9441380.

HSL color Cylindrical-coordinate representation of color #641090: hue angle of 279.38º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641090 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 16 144 -
CMYK 0.31 0.89 0 0.44
HSL 279.38º 0.8% 0.31% -
HSV(B) 279.38º 0.89% 0.56% -
XYZ 10.47 5.09 26.82 -
YUV 55.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 100 16 144 0.31 0.89 0 0.44 279.38 0.8 0.31
Hex 64 10 90 1F 59 0 2C 117 50 1F
Octal 144 20 220 37 131 0 54 427 120 37
Binary 1100100 10000 10010000 11111 1011001 0 101100 100010111 1010000 11111

Color Harmonies of #641090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641090

Black with #641090

Text Example


Text Example

White with #641090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641090; }

 p { color: rgb(100,16,144); }

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

background-color css

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

 a { background-color: rgb(100,16,144); }

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

border-color css

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

 span { border-color: rgb(100,16,144); }

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