Html Css Color HEX #65119D Indigo

📋 copy color: '#65119D'

red 101 ◦ green 17 ◦ blue 157

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

Shades of Indigo #65119D

Tints of Indigo #65119D

RGB

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

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

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

R = 36.73%
G = 6.18%
B = 57.09%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65119D (or 0x65119D) is known color: Indigo. HEX triplet: 65, 11 and 9D. RGB value is (101,17,157). Sum of RGB (Red+Green+Blue) = 101+17+157=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #65119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65119D is #9AEE62. Grayscale: #393939. Windows color (decimal): -10153571 or 10293605. OLE color: 10293605.

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

Color convert

RGB 101 17 157 -
CMYK 0.36 0.89 0 0.38
HSL 276º 0.8% 0.34% -
HSV(B) 276º 0.89% 0.62% -
XYZ 11.65 5.6 32.37 -
YUV 58.08 183.83 158.62 -
System Red Green Blue C M Y K H S L
Decimal 101 17 157 0.36 0.89 0 0.38 276 0.8 0.34
Hex 65 11 9D 24 59 0 26 114 50 22
Octal 145 21 235 44 131 0 46 424 120 42
Binary 1100101 10001 10011101 100100 1011001 0 100110 100010100 1010000 100010

Color Harmonies of #65119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65119D

Black with #65119D

Text Example


Text Example

White with #65119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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