Html Css Color HEX #660095 Indigo

📋 copy color: '#660095'

red 102 ◦ green 0 ◦ blue 149

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

Shades of Indigo #660095

Tints of Indigo #660095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 40.64%
G = 0%
B = 59.36%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#660095 (or 0x660095) is known color: Indigo. HEX triplet: 66, 00 and 95. RGB value is (102,0,149). Sum of RGB (Red+Green+Blue) = 102+0+149=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #660095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660095 is #99FF6A. Grayscale: #2E2E2E. Windows color (decimal): -10092395 or 9764966. OLE color: 9764966.

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

Color convert

RGB 102 0 149 -
CMYK 0.32 1 0 0.42
HSL 281.07º 1% 0.29% -
HSV(B) 281.07º 1% 0.58% -
XYZ 10.9 4.99 28.82 -
YUV 47.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 102 0 149 0.32 1 0 0.42 281.07 1 0.29
Hex 66 0 95 20 64 0 2A 119 64 1D
Octal 146 0 225 40 144 0 52 431 144 35
Binary 1100110 0 10010101 100000 1100100 0 101010 100011001 1100100 11101

Color Harmonies of #660095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660095

Black with #660095

Text Example


Text Example

White with #660095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660095; }

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

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

background-color css

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

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

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

border-color css

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

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

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