Html Css Color HEX #660090 Indigo

📋 copy color: '#660090'

red 102 ◦ green 0 ◦ blue 144

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

Shades of Indigo #660090

Tints of Indigo #660090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 41.46%
G = 0%
B = 58.54%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#660090 (or 0x660090) is known color: Indigo. HEX triplet: 66, 00 and 90. RGB value is (102,0,144). Sum of RGB (Red+Green+Blue) = 102+0+144=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #660090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660090 is #99FF6F. Grayscale: #2E2E2E. Windows color (decimal): -10092400 or 9437286. OLE color: 9437286.

HSL color Cylindrical-coordinate representation of color #660090: hue angle of 282.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660090 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 0 144 -
CMYK 0.29 1 0 0.44
HSL 282.5º 1% 0.28% -
HSV(B) 282.5º 1% 0.56% -
XYZ 10.51 4.84 26.77 -
YUV 46.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 102 0 144 0.29 1 0 0.44 282.5 1 0.28
Hex 66 0 90 1D 64 0 2C 11A 64 1C
Octal 146 0 220 35 144 0 54 432 144 34
Binary 1100110 0 10010000 11101 1100100 0 101100 100011010 1100100 11100

Color Harmonies of #660090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660090

Black with #660090

Text Example


Text Example

White with #660090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660090; }

 p { color: rgb(102,0,144); }

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

background-color css

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

 a { background-color: rgb(102,0,144); }

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

border-color css

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

 span { border-color: rgb(102,0,144); }

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