Html Css Color HEX #660092 Indigo

📋 copy color: '#660092'

red 102 ◦ green 0 ◦ blue 146

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

Shades of Indigo #660092

Tints of Indigo #660092

RGB

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

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

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

R = 41.13%
G = 0%
B = 58.87%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#660092 (or 0x660092) is known color: Indigo. HEX triplet: 66, 00 and 92. RGB value is (102,0,146). Sum of RGB (Red+Green+Blue) = 102+0+146=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #660092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660092 is #99FF6D. Grayscale: #2E2E2E. Windows color (decimal): -10092398 or 9568358. OLE color: 9568358.

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

Color convert

RGB 102 0 146 -
CMYK 0.30 1 0 0.43
HSL 281.92º 1% 0.29% -
HSV(B) 281.92º 1% 0.57% -
XYZ 10.67 4.9 27.58 -
YUV 47.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 102 0 146 0.30 1 0 0.43 281.92 1 0.29
Hex 66 0 92 1E 64 0 2B 11A 64 1D
Octal 146 0 222 36 144 0 53 432 144 35
Binary 1100110 0 10010010 11110 1100100 0 101011 100011010 1100100 11101

Color Harmonies of #660092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660092

Black with #660092

Text Example


Text Example

White with #660092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660092; }

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

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

background-color css

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

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

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

border-color css

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

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

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