Html Css Color HEX #660292 Indigo

📋 copy color: '#660292'

red 102 ◦ green 2 ◦ blue 146

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

Shades of Indigo #660292

Tints of Indigo #660292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 40.8%
G = 0.8%
B = 58.4%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#660292 (or 0x660292) is known color: Indigo. HEX triplet: 66, 02 and 92. RGB value is (102,2,146). Sum of RGB (Red+Green+Blue) = 102+2+146=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #660292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660292 is #99FD6D. Grayscale: #2F2F2F. Windows color (decimal): -10091886 or 9568870. OLE color: 9568870.

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

Color convert

RGB 102 2 146 -
CMYK 0.30 0.99 0 0.43
HSL 281.67º 0.97% 0.29% -
HSV(B) 281.67º 0.99% 0.57% -
XYZ 10.69 4.94 27.58 -
YUV 48.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 102 2 146 0.30 0.99 0 0.43 281.67 0.97 0.29
Hex 66 2 92 1E 63 0 2B 11A 61 1D
Octal 146 2 222 36 143 0 53 432 141 35
Binary 1100110 10 10010010 11110 1100011 0 101011 100011010 1100001 11101

Color Harmonies of #660292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660292

Black with #660292

Text Example


Text Example

White with #660292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660292; }

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

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

background-color css

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

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

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

border-color css

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

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

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