Html Css Color HEX #641693 Indigo

📋 copy color: '#641693'

red 100 ◦ green 22 ◦ blue 147

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

Shades of Indigo #641693

Tints of Indigo #641693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 37.17%
G = 8.18%
B = 54.65%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641693 (or 0x641693) is known color: Indigo. HEX triplet: 64, 16 and 93. RGB value is (100,22,147). Sum of RGB (Red+Green+Blue) = 100+22+147=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #641693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641693 is #9BE96C. Grayscale: #3B3B3B. Windows color (decimal): -10217837 or 9639524. OLE color: 9639524.

HSL color Cylindrical-coordinate representation of color #641693: hue angle of 277.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641693 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 22 147 -
CMYK 0.32 0.85 0 0.42
HSL 277.44º 0.74% 0.33% -
HSV(B) 277.44º 0.85% 0.58% -
XYZ 10.81 5.39 28.07 -
YUV 59.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 100 22 147 0.32 0.85 0 0.42 277.44 0.74 0.33
Hex 64 16 93 20 55 0 2A 115 4A 21
Octal 144 26 223 40 125 0 52 425 112 41
Binary 1100100 10110 10010011 100000 1010101 0 101010 100010101 1001010 100001

Color Harmonies of #641693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641693

Black with #641693

Text Example


Text Example

White with #641693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641693; }

 p { color: rgb(100,22,147); }

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

background-color css

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

 a { background-color: rgb(100,22,147); }

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

border-color css

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

 span { border-color: rgb(100,22,147); }

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