Html Css Color HEX #65109D Indigo

📋 copy color: '#65109D'

red 101 ◦ green 16 ◦ blue 157

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

Shades of Indigo #65109D

Tints of Indigo #65109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 36.86%
G = 5.84%
B = 57.3%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65109D (or 0x65109D) is known color: Indigo. HEX triplet: 65, 10 and 9D. RGB value is (101,16,157). Sum of RGB (Red+Green+Blue) = 101+16+157=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #65109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65109D is #9AEF62. Grayscale: #393939. Windows color (decimal): -10153827 or 10293349. OLE color: 10293349.

HSL color Cylindrical-coordinate representation of color #65109D: hue angle of 276.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65109D is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 16 157 -
CMYK 0.36 0.90 0 0.38
HSL 276.17º 0.82% 0.34% -
HSV(B) 276.17º 0.9% 0.62% -
XYZ 11.64 5.57 32.36 -
YUV 57.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 101 16 157 0.36 0.90 0 0.38 276.17 0.82 0.34
Hex 65 10 9D 24 5A 0 26 114 52 22
Octal 145 20 235 44 132 0 46 424 122 42
Binary 1100101 10000 10011101 100100 1011010 0 100110 100010100 1010010 100010

Color Harmonies of #65109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65109D

Black with #65109D

Text Example


Text Example

White with #65109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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