Html Css Color HEX #641384 Indigo

📋 copy color: '#641384'

red 100 ◦ green 19 ◦ blue 132

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

Shades of Indigo #641384

Tints of Indigo #641384

RGB

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

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

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

R = 39.84%
G = 7.57%
B = 52.59%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641384 (or 0x641384) is known color: Indigo. HEX triplet: 64, 13 and 84. RGB value is (100,19,132). Sum of RGB (Red+Green+Blue) = 100+19+132=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #641384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641384 is #9BEC7B. Grayscale: #373737. Windows color (decimal): -10218620 or 8655716. OLE color: 8655716.

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

Color convert

RGB 100 19 132 -
CMYK 0.24 0.86 0 0.48
HSL 283.01º 0.75% 0.3% -
HSV(B) 283.01º 0.86% 0.52% -
XYZ 9.65 4.84 22.26 -
YUV 56.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 100 19 132 0.24 0.86 0 0.48 283.01 0.75 0.3
Hex 64 13 84 18 56 0 30 11B 4B 1E
Octal 144 23 204 30 126 0 60 433 113 36
Binary 1100100 10011 10000100 11000 1010110 0 110000 100011011 1001011 11110

Color Harmonies of #641384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641384

Black with #641384

Text Example


Text Example

White with #641384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641384; }

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

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

background-color css

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

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

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

border-color css

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

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

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