Html Css Color HEX #65108D Indigo

📋 copy color: '#65108D'

red 101 ◦ green 16 ◦ blue 141

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

Shades of Indigo #65108D

Tints of Indigo #65108D

RGB

 RED value IS 101 (39.84% from 255) = 39.15%

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

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 39.15%
G = 6.2%
B = 54.65%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65108D (or 0x65108D) is known color: Indigo. HEX triplet: 65, 10 and 8D. RGB value is (101,16,141). Sum of RGB (Red+Green+Blue) = 101+16+141=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #65108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65108D is #9AEF72. Grayscale: #373737. Windows color (decimal): -10153843 or 9244773. OLE color: 9244773.

HSL color Cylindrical-coordinate representation of color #65108D: hue angle of 280.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65108D is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 16 141 -
CMYK 0.28 0.89 0 0.45
HSL 280.8º 0.8% 0.31% -
HSV(B) 280.8º 0.89% 0.55% -
XYZ 10.36 5.06 25.63 -
YUV 55.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 101 16 141 0.28 0.89 0 0.45 280.8 0.8 0.31
Hex 65 10 8D 1C 59 0 2D 119 50 1F
Octal 145 20 215 34 131 0 55 431 120 37
Binary 1100101 10000 10001101 11100 1011001 0 101101 100011001 1010000 11111

Color Harmonies of #65108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65108D

Black with #65108D

Text Example


Text Example

White with #65108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65108D; }

 p { color: rgb(101,16,141); }

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

background-color css

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

 a { background-color: rgb(101,16,141); }

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

border-color css

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

 span { border-color: rgb(101,16,141); }

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