Html Css Color HEX #641784 Indigo

📋 copy color: '#641784'

red 100 ◦ green 23 ◦ blue 132

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

Shades of Indigo #641784

Tints of Indigo #641784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.02%

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 39.22%
G = 9.02%
B = 51.76%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641784 (or 0x641784) is known color: Indigo. HEX triplet: 64, 17 and 84. RGB value is (100,23,132). Sum of RGB (Red+Green+Blue) = 100+23+132=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #641784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641784 is #9BE87B. Grayscale: #3A3A3A. Windows color (decimal): -10217596 or 8656740. OLE color: 8656740.

HSL color Cylindrical-coordinate representation of color #641784: hue angle of 282.39º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641784 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 23 132 -
CMYK 0.24 0.83 0 0.48
HSL 282.39º 0.7% 0.3% -
HSV(B) 282.39º 0.83% 0.52% -
XYZ 9.73 4.99 22.28 -
YUV 58.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 100 23 132 0.24 0.83 0 0.48 282.39 0.7 0.3
Hex 64 17 84 18 53 0 30 11A 46 1E
Octal 144 27 204 30 123 0 60 432 106 36
Binary 1100100 10111 10000100 11000 1010011 0 110000 100011010 1000110 11110

Color Harmonies of #641784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641784

Black with #641784

Text Example


Text Example

White with #641784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641784; }

 p { color: rgb(100,23,132); }

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

background-color css

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

 a { background-color: rgb(100,23,132); }

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

border-color css

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

 span { border-color: rgb(100,23,132); }

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