Html Css Color HEX #660085 Indigo

📋 copy color: '#660085'

red 102 ◦ green 0 ◦ blue 133

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

Shades of Indigo #660085

Tints of Indigo #660085

RGB

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

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

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

R = 43.4%
G = 0%
B = 56.6%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#660085 (or 0x660085) is known color: Indigo. HEX triplet: 66, 00 and 85. RGB value is (102,0,133). Sum of RGB (Red+Green+Blue) = 102+0+133=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #660085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660085 is #99FF7A. Grayscale: #2D2D2D. Windows color (decimal): -10092411 or 8716390. OLE color: 8716390.

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

Color convert

RGB 102 0 133 -
CMYK 0.23 1 0 0.48
HSL 286.02º 1% 0.26% -
HSV(B) 286.02º 1% 0.52% -
XYZ 9.71 4.52 22.55 -
YUV 45.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 102 0 133 0.23 1 0 0.48 286.02 1 0.26
Hex 66 0 85 17 64 0 30 11E 64 1A
Octal 146 0 205 27 144 0 60 436 144 32
Binary 1100110 0 10000101 10111 1100100 0 110000 100011110 1100100 11010

Color Harmonies of #660085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660085

Black with #660085

Text Example


Text Example

White with #660085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660085; }

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

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

background-color css

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

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

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

border-color css

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

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

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