Html Css Color HEX #660194 Indigo

📋 copy color: '#660194'

red 102 ◦ green 1 ◦ blue 148

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

Shades of Indigo #660194

Tints of Indigo #660194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 40.64%
G = 0.4%
B = 58.96%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#660194 (or 0x660194) is known color: Indigo. HEX triplet: 66, 01 and 94. RGB value is (102,1,148). Sum of RGB (Red+Green+Blue) = 102+1+148=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #660194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660194 is #99FE6B. Grayscale: #2F2F2F. Windows color (decimal): -10092140 or 9699686. OLE color: 9699686.

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

Color convert

RGB 102 1 148 -
CMYK 0.31 0.99 0 0.42
HSL 281.22º 0.99% 0.29% -
HSV(B) 281.22º 0.99% 0.58% -
XYZ 10.84 4.98 28.41 -
YUV 47.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 102 1 148 0.31 0.99 0 0.42 281.22 0.99 0.29
Hex 66 1 94 1F 63 0 2A 119 63 1D
Octal 146 1 224 37 143 0 52 431 143 35
Binary 1100110 1 10010100 11111 1100011 0 101010 100011001 1100011 11101

Color Harmonies of #660194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660194

Black with #660194

Text Example


Text Example

White with #660194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660194; }

 p { color: rgb(102,1,148); }

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

background-color css

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

 a { background-color: rgb(102,1,148); }

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

border-color css

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

 span { border-color: rgb(102,1,148); }

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