Html Css Color HEX #641082 Indigo

📋 copy color: '#641082'

red 100 ◦ green 16 ◦ blue 130

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

Shades of Indigo #641082

Tints of Indigo #641082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 40.65%
G = 6.5%
B = 52.85%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#641082 (or 0x641082) is known color: Indigo. HEX triplet: 64, 10 and 82. RGB value is (100,16,130). Sum of RGB (Red+Green+Blue) = 100+16+130=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #641082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641082 is #9BEF7D. Grayscale: #353535. Windows color (decimal): -10219390 or 8523876. OLE color: 8523876.

HSL color Cylindrical-coordinate representation of color #641082: hue angle of 284.21º 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 #641082 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 16 130 -
CMYK 0.23 0.88 0 0.49
HSL 284.21º 0.78% 0.29% -
HSV(B) 284.21º 0.88% 0.51% -
XYZ 9.47 4.69 21.53 -
YUV 54.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 100 16 130 0.23 0.88 0 0.49 284.21 0.78 0.29
Hex 64 10 82 17 58 0 31 11C 4E 1D
Octal 144 20 202 27 130 0 61 434 116 35
Binary 1100100 10000 10000010 10111 1011000 0 110001 100011100 1001110 11101

Color Harmonies of #641082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641082

Black with #641082

Text Example


Text Example

White with #641082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641082; }

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

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

background-color css

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

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

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

border-color css

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

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

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