Html Css Color HEX #661082 Indigo

📋 copy color: '#661082'

red 102 ◦ green 16 ◦ blue 130

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

Shades of Indigo #661082

Tints of Indigo #661082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 130 (51.17% from 255) = 52.42%

R = 41.13%
G = 6.45%
B = 52.42%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#661082 (or 0x661082) is known color: Indigo. HEX triplet: 66, 10 and 82. RGB value is (102,16,130). Sum of RGB (Red+Green+Blue) = 102+16+130=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #661082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661082 is #99EF7D. Grayscale: #363636. Windows color (decimal): -10088318 or 8523878. OLE color: 8523878.

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

Color convert

RGB 102 16 130 -
CMYK 0.22 0.88 0 0.49
HSL 285.26º 0.78% 0.29% -
HSV(B) 285.26º 0.88% 0.51% -
XYZ 9.69 4.81 21.54 -
YUV 54.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 102 16 130 0.22 0.88 0 0.49 285.26 0.78 0.29
Hex 66 10 82 16 58 0 31 11D 4E 1D
Octal 146 20 202 26 130 0 61 435 116 35
Binary 1100110 10000 10000010 10110 1011000 0 110001 100011101 1001110 11101

Color Harmonies of #661082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661082

Black with #661082

Text Example


Text Example

White with #661082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661082; }

 p { color: rgb(102,16,130); }

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

background-color css

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

 a { background-color: rgb(102,16,130); }

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

border-color css

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

 span { border-color: rgb(102,16,130); }

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