Html Css Color HEX #65118F Indigo

📋 copy color: '#65118F'

red 101 ◦ green 17 ◦ blue 143

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

Shades of Indigo #65118F

Tints of Indigo #65118F

RGB

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

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

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

R = 38.7%
G = 6.51%
B = 54.79%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65118F (or 0x65118F) is known color: Indigo. HEX triplet: 65, 11 and 8F. RGB value is (101,17,143). Sum of RGB (Red+Green+Blue) = 101+17+143=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #65118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65118F is #9AEE70. Grayscale: #383838. Windows color (decimal): -10153585 or 9376101. OLE color: 9376101.

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

Color convert

RGB 101 17 143 -
CMYK 0.29 0.88 0 0.44
HSL 280º 0.79% 0.31% -
HSV(B) 280º 0.88% 0.56% -
XYZ 10.53 5.15 26.43 -
YUV 56.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 101 17 143 0.29 0.88 0 0.44 280 0.79 0.31
Hex 65 11 8F 1D 58 0 2C 118 4F 1F
Octal 145 21 217 35 130 0 54 430 117 37
Binary 1100101 10001 10001111 11101 1011000 0 101100 100011000 1001111 11111

Color Harmonies of #65118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65118F

Black with #65118F

Text Example


Text Example

White with #65118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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