Html Css Color HEX #651193 Indigo

📋 copy color: '#651193'

red 101 ◦ green 17 ◦ blue 147

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

Shades of Indigo #651193

Tints of Indigo #651193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 38.11%
G = 6.42%
B = 55.47%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#651193 (or 0x651193) is known color: Indigo. HEX triplet: 65, 11 and 93. RGB value is (101,17,147). Sum of RGB (Red+Green+Blue) = 101+17+147=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #651193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651193 is #9AEE6C. Grayscale: #383838. Windows color (decimal): -10153581 or 9638245. OLE color: 9638245.

HSL color Cylindrical-coordinate representation of color #651193: hue angle of 278.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651193 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 17 147 -
CMYK 0.31 0.88 0 0.42
HSL 278.77º 0.79% 0.32% -
HSV(B) 278.77º 0.88% 0.58% -
XYZ 10.83 5.27 28.05 -
YUV 56.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 101 17 147 0.31 0.88 0 0.42 278.77 0.79 0.32
Hex 65 11 93 1F 58 0 2A 117 4F 20
Octal 145 21 223 37 130 0 52 427 117 40
Binary 1100101 10001 10010011 11111 1011000 0 101010 100010111 1001111 100000

Color Harmonies of #651193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651193

Black with #651193

Text Example


Text Example

White with #651193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651193; }

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

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

background-color css

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

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

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

border-color css

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

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

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