Html Css Color HEX #661492 Indigo

📋 copy color: '#661492'

red 102 ◦ green 20 ◦ blue 146

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

Shades of Indigo #661492

Tints of Indigo #661492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 38.06%
G = 7.46%
B = 54.48%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#661492 (or 0x661492) is known color: Indigo. HEX triplet: 66, 14 and 92. RGB value is (102,20,146). Sum of RGB (Red+Green+Blue) = 102+20+146=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #661492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661492 is #99EB6D. Grayscale: #3A3A3A. Windows color (decimal): -10087278 or 9573478. OLE color: 9573478.

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

Color convert

RGB 102 20 146 -
CMYK 0.30 0.86 0 0.43
HSL 279.05º 0.76% 0.33% -
HSV(B) 279.05º 0.86% 0.57% -
XYZ 10.92 5.4 27.66 -
YUV 58.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 102 20 146 0.30 0.86 0 0.43 279.05 0.76 0.33
Hex 66 14 92 1E 56 0 2B 117 4C 21
Octal 146 24 222 36 126 0 53 427 114 41
Binary 1100110 10100 10010010 11110 1010110 0 101011 100010111 1001100 100001

Color Harmonies of #661492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661492

Black with #661492

Text Example


Text Example

White with #661492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661492; }

 p { color: rgb(102,20,146); }

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

background-color css

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

 a { background-color: rgb(102,20,146); }

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

border-color css

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

 span { border-color: rgb(102,20,146); }

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