Html Css Color HEX #641085 Indigo

📋 copy color: '#641085'

red 100 ◦ green 16 ◦ blue 133

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

Shades of Indigo #641085

Tints of Indigo #641085

RGB

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

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

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

R = 40.16%
G = 6.43%
B = 53.41%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641085 (or 0x641085) is known color: Indigo. HEX triplet: 64, 10 and 85. RGB value is (100,16,133). Sum of RGB (Red+Green+Blue) = 100+16+133=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #641085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641085 is #9BEF7A. Grayscale: #363636. Windows color (decimal): -10219387 or 8720484. OLE color: 8720484.

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

Color convert

RGB 100 16 133 -
CMYK 0.25 0.88 0 0.48
HSL 283.08º 0.79% 0.29% -
HSV(B) 283.08º 0.88% 0.52% -
XYZ 9.67 4.77 22.6 -
YUV 54.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 100 16 133 0.25 0.88 0 0.48 283.08 0.79 0.29
Hex 64 10 85 19 58 0 30 11B 4F 1D
Octal 144 20 205 31 130 0 60 433 117 35
Binary 1100100 10000 10000101 11001 1011000 0 110000 100011011 1001111 11101

Color Harmonies of #641085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641085

Black with #641085

Text Example


Text Example

White with #641085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641085; }

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

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

background-color css

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

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

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

border-color css

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

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

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