Html Css Color HEX #660491 Indigo

📋 copy color: '#660491'

red 102 ◦ green 4 ◦ blue 145

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

Shades of Indigo #660491

Tints of Indigo #660491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 40.64%
G = 1.59%
B = 57.77%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#660491 (or 0x660491) is known color: Indigo. HEX triplet: 66, 04 and 91. RGB value is (102,4,145). Sum of RGB (Red+Green+Blue) = 102+4+145=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #660491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660491 is #99FB6E. Grayscale: #303030. Windows color (decimal): -10091375 or 9503846. OLE color: 9503846.

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

Color convert

RGB 102 4 145 -
CMYK 0.30 0.97 0 0.43
HSL 281.7º 0.95% 0.29% -
HSV(B) 281.7º 0.97% 0.57% -
XYZ 10.63 4.96 27.18 -
YUV 49.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 102 4 145 0.30 0.97 0 0.43 281.7 0.95 0.29
Hex 66 4 91 1E 61 0 2B 11A 5F 1D
Octal 146 4 221 36 141 0 53 432 137 35
Binary 1100110 100 10010001 11110 1100001 0 101011 100011010 1011111 11101

Color Harmonies of #660491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660491

Black with #660491

Text Example


Text Example

White with #660491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660491; }

 p { color: rgb(102,4,145); }

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

background-color css

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

 a { background-color: rgb(102,4,145); }

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

border-color css

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

 span { border-color: rgb(102,4,145); }

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