Html Css Color HEX #661397 Indigo

📋 copy color: '#661397'

red 102 ◦ green 19 ◦ blue 151

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

Shades of Indigo #661397

Tints of Indigo #661397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 37.5%
G = 6.99%
B = 55.51%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#661397 (or 0x661397) is known color: Indigo. HEX triplet: 66, 13 and 97. RGB value is (102,19,151). Sum of RGB (Red+Green+Blue) = 102+19+151=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #661397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661397 is #99EC68. Grayscale: #3A3A3A. Windows color (decimal): -10087529 or 9900902. OLE color: 9900902.

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

Color convert

RGB 102 19 151 -
CMYK 0.32 0.87 0 0.41
HSL 277.73º 0.78% 0.33% -
HSV(B) 277.73º 0.87% 0.59% -
XYZ 11.3 5.52 29.75 -
YUV 58.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 102 19 151 0.32 0.87 0 0.41 277.73 0.78 0.33
Hex 66 13 97 20 57 0 29 116 4E 21
Octal 146 23 227 40 127 0 51 426 116 41
Binary 1100110 10011 10010111 100000 1010111 0 101001 100010110 1001110 100001

Color Harmonies of #661397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661397

Black with #661397

Text Example


Text Example

White with #661397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661397; }

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

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

background-color css

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

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

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

border-color css

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

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

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