Html Css Color HEX #660983 Indigo

📋 copy color: '#660983'

red 102 ◦ green 9 ◦ blue 131

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

Shades of Indigo #660983

Tints of Indigo #660983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 42.15%
G = 3.72%
B = 54.13%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#660983 (or 0x660983) is known color: Indigo. HEX triplet: 66, 09 and 83. RGB value is (102,9,131). Sum of RGB (Red+Green+Blue) = 102+9+131=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #660983 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660983 is #99F67C. Grayscale: #323232. Windows color (decimal): -10090109 or 8587622. OLE color: 8587622.

HSL color Cylindrical-coordinate representation of color #660983: hue angle of 285.74º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660983 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 9 131 -
CMYK 0.22 0.93 0 0.49
HSL 285.74º 0.87% 0.27% -
HSV(B) 285.74º 0.93% 0.51% -
XYZ 9.67 4.66 21.86 -
YUV 50.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 102 9 131 0.22 0.93 0 0.49 285.74 0.87 0.27
Hex 66 9 83 16 5D 0 31 11E 57 1B
Octal 146 11 203 26 135 0 61 436 127 33
Binary 1100110 1001 10000011 10110 1011101 0 110001 100011110 1010111 11011

Color Harmonies of #660983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660983

Black with #660983

Text Example


Text Example

White with #660983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660983; }

 p { color: rgb(102,9,131); }

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

background-color css

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

 a { background-color: rgb(102,9,131); }

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

border-color css

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

 span { border-color: rgb(102,9,131); }

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