Html Css Color HEX #65118D Indigo

📋 copy color: '#65118D'

red 101 ◦ green 17 ◦ blue 141

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

Shades of Indigo #65118D

Tints of Indigo #65118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

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

R = 39%
G = 6.56%
B = 54.44%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65118D (or 0x65118D) is known color: Indigo. HEX triplet: 65, 11 and 8D. RGB value is (101,17,141). Sum of RGB (Red+Green+Blue) = 101+17+141=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #65118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65118D is #9AEE72. Grayscale: #373737. Windows color (decimal): -10153587 or 9245029. OLE color: 9245029.

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

Color convert

RGB 101 17 141 -
CMYK 0.28 0.88 0 0.45
HSL 280.65º 0.78% 0.31% -
HSV(B) 280.65º 0.88% 0.55% -
XYZ 10.38 5.09 25.64 -
YUV 56.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 101 17 141 0.28 0.88 0 0.45 280.65 0.78 0.31
Hex 65 11 8D 1C 58 0 2D 119 4E 1F
Octal 145 21 215 34 130 0 55 431 116 37
Binary 1100101 10001 10001101 11100 1011000 0 101101 100011001 1001110 11111

Color Harmonies of #65118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65118D

Black with #65118D

Text Example


Text Example

White with #65118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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