Html Css Color HEX #661395 Indigo

📋 copy color: '#661395'

red 102 ◦ green 19 ◦ blue 149

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

Shades of Indigo #661395

Tints of Indigo #661395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 37.78%
G = 7.04%
B = 55.19%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#661395 (or 0x661395) is known color: Indigo. HEX triplet: 66, 13 and 95. RGB value is (102,19,149). Sum of RGB (Red+Green+Blue) = 102+19+149=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #661395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661395 is #99EC6A. Grayscale: #3A3A3A. Windows color (decimal): -10087531 or 9769830. OLE color: 9769830.

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

Color convert

RGB 102 19 149 -
CMYK 0.32 0.87 0 0.42
HSL 278.31º 0.77% 0.33% -
HSV(B) 278.31º 0.87% 0.58% -
XYZ 11.14 5.46 28.9 -
YUV 58.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 102 19 149 0.32 0.87 0 0.42 278.31 0.77 0.33
Hex 66 13 95 20 57 0 2A 116 4D 21
Octal 146 23 225 40 127 0 52 426 115 41
Binary 1100110 10011 10010101 100000 1010111 0 101010 100010110 1001101 100001

Color Harmonies of #661395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661395

Black with #661395

Text Example


Text Example

White with #661395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661395; }

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

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

background-color css

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

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

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

border-color css

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

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

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