Html Css Color HEX #65108F Indigo

📋 copy color: '#65108F'

red 101 ◦ green 16 ◦ blue 143

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

Shades of Indigo #65108F

Tints of Indigo #65108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55%

R = 38.85%
G = 6.15%
B = 55%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65108F (or 0x65108F) is known color: Indigo. HEX triplet: 65, 10 and 8F. RGB value is (101,16,143). Sum of RGB (Red+Green+Blue) = 101+16+143=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #65108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65108F is #9AEF70. Grayscale: #373737. Windows color (decimal): -10153841 or 9375845. OLE color: 9375845.

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

Color convert

RGB 101 16 143 -
CMYK 0.29 0.89 0 0.44
HSL 280.16º 0.8% 0.31% -
HSV(B) 280.16º 0.89% 0.56% -
XYZ 10.51 5.12 26.42 -
YUV 55.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 101 16 143 0.29 0.89 0 0.44 280.16 0.8 0.31
Hex 65 10 8F 1D 59 0 2C 118 50 1F
Octal 145 20 217 35 131 0 54 430 120 37
Binary 1100101 10000 10001111 11101 1011001 0 101100 100011000 1010000 11111

Color Harmonies of #65108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65108F

Black with #65108F

Text Example


Text Example

White with #65108F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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