Html Css Color HEX #660297 Indigo

📋 copy color: '#660297'

red 102 ◦ green 2 ◦ blue 151

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

Shades of Indigo #660297

Tints of Indigo #660297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 151 (59.38% from 255) = 59.22%

R = 40%
G = 0.78%
B = 59.22%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#660297 (or 0x660297) is known color: Indigo. HEX triplet: 66, 02 and 97. RGB value is (102,2,151). Sum of RGB (Red+Green+Blue) = 102+2+151=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #660297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660297 is #99FD68. Grayscale: #303030. Windows color (decimal): -10091881 or 9896550. OLE color: 9896550.

HSL color Cylindrical-coordinate representation of color #660297: hue angle of 280.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660297 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 2 151 -
CMYK 0.32 0.99 0 0.41
HSL 280.27º 0.97% 0.3% -
HSV(B) 280.27º 0.99% 0.59% -
XYZ 11.09 5.1 29.68 -
YUV 48.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 102 2 151 0.32 0.99 0 0.41 280.27 0.97 0.3
Hex 66 2 97 20 63 0 29 118 61 1E
Octal 146 2 227 40 143 0 51 430 141 36
Binary 1100110 10 10010111 100000 1100011 0 101001 100011000 1100001 11110

Color Harmonies of #660297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660297

Black with #660297

Text Example


Text Example

White with #660297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660297; }

 p { color: rgb(102,2,151); }

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

background-color css

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

 a { background-color: rgb(102,2,151); }

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

border-color css

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

 span { border-color: rgb(102,2,151); }

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