Html Css Color HEX #661285 Indigo

📋 copy color: '#661285'

red 102 ◦ green 18 ◦ blue 133

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

Shades of Indigo #661285

Tints of Indigo #661285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 40.32%
G = 7.11%
B = 52.57%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#661285 (or 0x661285) is known color: Indigo. HEX triplet: 66, 12 and 85. RGB value is (102,18,133). Sum of RGB (Red+Green+Blue) = 102+18+133=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #661285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661285 is #99ED7A. Grayscale: #373737. Windows color (decimal): -10087803 or 8720998. OLE color: 8720998.

HSL color Cylindrical-coordinate representation of color #661285: hue angle of 283.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661285 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 18 133 -
CMYK 0.23 0.86 0 0.48
HSL 283.83º 0.76% 0.3% -
HSV(B) 283.83º 0.86% 0.52% -
XYZ 9.93 4.95 22.62 -
YUV 56.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 102 18 133 0.23 0.86 0 0.48 283.83 0.76 0.3
Hex 66 12 85 17 56 0 30 11C 4C 1E
Octal 146 22 205 27 126 0 60 434 114 36
Binary 1100110 10010 10000101 10111 1010110 0 110000 100011100 1001100 11110

Color Harmonies of #661285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661285

Black with #661285

Text Example


Text Example

White with #661285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661285; }

 p { color: rgb(102,18,133); }

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

background-color css

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

 a { background-color: rgb(102,18,133); }

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

border-color css

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

 span { border-color: rgb(102,18,133); }

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