Html Css Color HEX #660594 Indigo

📋 copy color: '#660594'

red 102 ◦ green 5 ◦ blue 148

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

Shades of Indigo #660594

Tints of Indigo #660594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 40%
G = 1.96%
B = 58.04%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#660594 (or 0x660594) is known color: Indigo. HEX triplet: 66, 05 and 94. RGB value is (102,5,148). Sum of RGB (Red+Green+Blue) = 102+5+148=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #660594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660594 is #99FA6B. Grayscale: #313131. Windows color (decimal): -10091116 or 9700710. OLE color: 9700710.

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

Color convert

RGB 102 5 148 -
CMYK 0.31 0.97 0 0.42
HSL 280.7º 0.93% 0.3% -
HSV(B) 280.7º 0.97% 0.58% -
XYZ 10.88 5.07 28.42 -
YUV 50.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 102 5 148 0.31 0.97 0 0.42 280.7 0.93 0.3
Hex 66 5 94 1F 61 0 2A 119 5D 1E
Octal 146 5 224 37 141 0 52 431 135 36
Binary 1100110 101 10010100 11111 1100001 0 101010 100011001 1011101 11110

Color Harmonies of #660594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660594

Black with #660594

Text Example


Text Example

White with #660594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660594; }

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

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

background-color css

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

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

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

border-color css

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

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

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