Html Css Color HEX #641585 Indigo

📋 copy color: '#641585'

red 100 ◦ green 21 ◦ blue 133

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

Shades of Indigo #641585

Tints of Indigo #641585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 39.37%
G = 8.27%
B = 52.36%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641585 (or 0x641585) is known color: Indigo. HEX triplet: 64, 15 and 85. RGB value is (100,21,133). Sum of RGB (Red+Green+Blue) = 100+21+133=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #641585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641585 is #9BEA7A. Grayscale: #393939. Windows color (decimal): -10218107 or 8721764. OLE color: 8721764.

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

Color convert

RGB 100 21 133 -
CMYK 0.25 0.84 0 0.48
HSL 282.32º 0.73% 0.3% -
HSV(B) 282.32º 0.84% 0.52% -
XYZ 9.76 4.94 22.63 -
YUV 57.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 100 21 133 0.25 0.84 0 0.48 282.32 0.73 0.3
Hex 64 15 85 19 54 0 30 11A 49 1E
Octal 144 25 205 31 124 0 60 432 111 36
Binary 1100100 10101 10000101 11001 1010100 0 110000 100011010 1001001 11110

Color Harmonies of #641585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641585

Black with #641585

Text Example


Text Example

White with #641585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641585; }

 p { color: rgb(100,21,133); }

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

background-color css

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

 a { background-color: rgb(100,21,133); }

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

border-color css

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

 span { border-color: rgb(100,21,133); }

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