Html Css Color HEX #641083 Indigo

📋 copy color: '#641083'

red 100 ◦ green 16 ◦ blue 131

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

Shades of Indigo #641083

Tints of Indigo #641083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.04%

R = 40.49%
G = 6.48%
B = 53.04%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#641083 (or 0x641083) is known color: Indigo. HEX triplet: 64, 10 and 83. RGB value is (100,16,131). Sum of RGB (Red+Green+Blue) = 100+16+131=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #641083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641083 is #9BEF7C. Grayscale: #353535. Windows color (decimal): -10219389 or 8589412. OLE color: 8589412.

HSL color Cylindrical-coordinate representation of color #641083: hue angle of 283.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641083 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 16 131 -
CMYK 0.24 0.88 0 0.49
HSL 283.83º 0.78% 0.29% -
HSV(B) 283.83º 0.88% 0.51% -
XYZ 9.54 4.72 21.88 -
YUV 54.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 100 16 131 0.24 0.88 0 0.49 283.83 0.78 0.29
Hex 64 10 83 18 58 0 31 11C 4E 1D
Octal 144 20 203 30 130 0 61 434 116 35
Binary 1100100 10000 10000011 11000 1011000 0 110001 100011100 1001110 11101

Color Harmonies of #641083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641083

Black with #641083

Text Example


Text Example

White with #641083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641083; }

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

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

background-color css

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

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

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

border-color css

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

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

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