Html Css Color HEX #641685 Indigo

📋 copy color: '#641685'

red 100 ◦ green 22 ◦ blue 133

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

Shades of Indigo #641685

Tints of Indigo #641685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.63%

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

R = 39.22%
G = 8.63%
B = 52.16%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#641685 (or 0x641685) is known color: Indigo. HEX triplet: 64, 16 and 85. RGB value is (100,22,133). Sum of RGB (Red+Green+Blue) = 100+22+133=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #641685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641685 is #9BE97A. Grayscale: #393939. Windows color (decimal): -10217851 or 8722020. OLE color: 8722020.

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

Color convert

RGB 100 22 133 -
CMYK 0.25 0.83 0 0.48
HSL 282.16º 0.72% 0.3% -
HSV(B) 282.16º 0.83% 0.52% -
XYZ 9.78 4.98 22.64 -
YUV 57.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 100 22 133 0.25 0.83 0 0.48 282.16 0.72 0.3
Hex 64 16 85 19 53 0 30 11A 48 1E
Octal 144 26 205 31 123 0 60 432 110 36
Binary 1100100 10110 10000101 11001 1010011 0 110000 100011010 1001000 11110

Color Harmonies of #641685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641685

Black with #641685

Text Example


Text Example

White with #641685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641685; }

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

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

background-color css

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

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

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

border-color css

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

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

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