Html Css Color HEX #65117C Indigo

📋 copy color: '#65117C'

red 101 ◦ green 17 ◦ blue 124

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

Shades of Indigo #65117C

Tints of Indigo #65117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 41.74%
G = 7.02%
B = 51.24%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65117C (or 0x65117C) is known color: Indigo. HEX triplet: 65, 11 and 7C. RGB value is (101,17,124). Sum of RGB (Red+Green+Blue) = 101+17+124=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #65117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65117C is #9AEE83. Grayscale: #353535. Windows color (decimal): -10153604 or 8130917. OLE color: 8130917.

HSL color Cylindrical-coordinate representation of color #65117C: hue angle of 287.1º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65117C is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 17 124 -
CMYK 0.19 0.86 0 0.51
HSL 287.1º 0.76% 0.28% -
HSV(B) 287.1º 0.86% 0.49% -
XYZ 9.21 4.62 19.48 -
YUV 54.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 101 17 124 0.19 0.86 0 0.51 287.1 0.76 0.28
Hex 65 11 7C 13 56 0 33 11F 4C 1C
Octal 145 21 174 23 126 0 63 437 114 34
Binary 1100101 10001 1111100 10011 1010110 0 110011 100011111 1001100 11100

Color Harmonies of #65117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65117C

Black with #65117C

Text Example


Text Example

White with #65117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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