Html Css Color HEX #641882 Indigo

📋 copy color: '#641882'

red 100 ◦ green 24 ◦ blue 130

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

Shades of Indigo #641882

Tints of Indigo #641882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

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

R = 39.37%
G = 9.45%
B = 51.18%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#641882 (or 0x641882) is known color: Indigo. HEX triplet: 64, 18 and 82. RGB value is (100,24,130). Sum of RGB (Red+Green+Blue) = 100+24+130=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #641882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641882 is #9BE77D. Grayscale: #3A3A3A. Windows color (decimal): -10217342 or 8525924. OLE color: 8525924.

HSL color Cylindrical-coordinate representation of color #641882: hue angle of 283.02º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641882 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 24 130 -
CMYK 0.23 0.82 0 0.49
HSL 283.02º 0.69% 0.3% -
HSV(B) 283.02º 0.82% 0.51% -
XYZ 9.61 4.97 21.57 -
YUV 58.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 100 24 130 0.23 0.82 0 0.49 283.02 0.69 0.3
Hex 64 18 82 17 52 0 31 11B 45 1E
Octal 144 30 202 27 122 0 61 433 105 36
Binary 1100100 11000 10000010 10111 1010010 0 110001 100011011 1000101 11110

Color Harmonies of #641882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641882

Black with #641882

Text Example


Text Example

White with #641882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641882; }

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

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

background-color css

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

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

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

border-color css

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

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

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