Html Css Color HEX #65108C Indigo

📋 copy color: '#65108C'

red 101 ◦ green 16 ◦ blue 140

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

Shades of Indigo #65108C

Tints of Indigo #65108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 39.3%
G = 6.23%
B = 54.47%

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

#65108C (or 0x65108C) is known color: Indigo. HEX triplet: 65, 10 and 8C. RGB value is (101,16,140). Sum of RGB (Red+Green+Blue) = 101+16+140=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #65108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65108C is #9AEF73. Grayscale: #373737. Windows color (decimal): -10153844 or 9179237. OLE color: 9179237.

HSL color Cylindrical-coordinate representation of color #65108C: hue angle of 281.13º degrees, saturation: 0.79, 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 #65108C is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 16 140 -
CMYK 0.28 0.89 0 0.45
HSL 281.13º 0.79% 0.31% -
HSV(B) 281.13º 0.89% 0.55% -
XYZ 10.29 5.03 25.24 -
YUV 55.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 101 16 140 0.28 0.89 0 0.45 281.13 0.79 0.31
Hex 65 10 8C 1C 59 0 2D 119 4F 1F
Octal 145 20 214 34 131 0 55 431 117 37
Binary 1100101 10000 10001100 11100 1011001 0 101101 100011001 1001111 11111

Color Harmonies of #65108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65108C

Black with #65108C

Text Example


Text Example

White with #65108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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