Html Css Color HEX #661391 Indigo

📋 copy color: '#661391'

red 102 ◦ green 19 ◦ blue 145

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

Shades of Indigo #661391

Tints of Indigo #661391

RGB

 RED value IS 102 (40.23% from 255) = 38.35%

 GREEN value IS 19 (7.81% from 255) = 7.14%

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 38.35%
G = 7.14%
B = 54.51%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#661391 (or 0x661391) is known color: Indigo. HEX triplet: 66, 13 and 91. RGB value is (102,19,145). Sum of RGB (Red+Green+Blue) = 102+19+145=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #661391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661391 is #99EC6E. Grayscale: #393939. Windows color (decimal): -10087535 or 9507686. OLE color: 9507686.

HSL color Cylindrical-coordinate representation of color #661391: hue angle of 279.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661391 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 19 145 -
CMYK 0.30 0.87 0 0.43
HSL 279.52º 0.77% 0.32% -
HSV(B) 279.52º 0.87% 0.57% -
XYZ 10.82 5.33 27.25 -
YUV 58.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 102 19 145 0.30 0.87 0 0.43 279.52 0.77 0.32
Hex 66 13 91 1E 57 0 2B 118 4D 20
Octal 146 23 221 36 127 0 53 430 115 40
Binary 1100110 10011 10010001 11110 1010111 0 101011 100011000 1001101 100000

Color Harmonies of #661391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661391

Black with #661391

Text Example


Text Example

White with #661391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661391; }

 p { color: rgb(102,19,145); }

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

background-color css

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

 a { background-color: rgb(102,19,145); }

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

border-color css

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

 span { border-color: rgb(102,19,145); }

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