Html Css Color HEX #660285 Indigo

📋 copy color: '#660285'

red 102 ◦ green 2 ◦ blue 133

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

Shades of Indigo #660285

Tints of Indigo #660285

RGB

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

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

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

R = 43.04%
G = 0.84%
B = 56.12%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660285 (or 0x660285) is known color: Indigo. HEX triplet: 66, 02 and 85. RGB value is (102,2,133). Sum of RGB (Red+Green+Blue) = 102+2+133=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #660285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660285 is #99FD7A. Grayscale: #2E2E2E. Windows color (decimal): -10091899 or 8716902. OLE color: 8716902.

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

Color convert

RGB 102 2 133 -
CMYK 0.23 0.98 0 0.48
HSL 285.8º 0.97% 0.26% -
HSV(B) 285.8º 0.98% 0.52% -
XYZ 9.73 4.56 22.56 -
YUV 46.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 102 2 133 0.23 0.98 0 0.48 285.8 0.97 0.26
Hex 66 2 85 17 62 0 30 11E 61 1A
Octal 146 2 205 27 142 0 60 436 141 32
Binary 1100110 10 10000101 10111 1100010 0 110000 100011110 1100001 11010

Color Harmonies of #660285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660285

Black with #660285

Text Example


Text Example

White with #660285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660285; }

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

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

background-color css

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

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

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

border-color css

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

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

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