Html Css Color HEX #660781 Indigo

📋 copy color: '#660781'

red 102 ◦ green 7 ◦ blue 129

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

Shades of Indigo #660781

Tints of Indigo #660781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 129 (50.78% from 255) = 54.2%

R = 42.86%
G = 2.94%
B = 54.2%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#660781 (or 0x660781) is known color: Indigo. HEX triplet: 66, 07 and 81. RGB value is (102,7,129). Sum of RGB (Red+Green+Blue) = 102+7+129=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #660781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660781 is #99F87E. Grayscale: #303030. Windows color (decimal): -10090623 or 8456038. OLE color: 8456038.

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

Color convert

RGB 102 7 129 -
CMYK 0.21 0.95 0 0.49
HSL 286.72º 0.9% 0.27% -
HSV(B) 286.72º 0.95% 0.51% -
XYZ 9.52 4.56 21.15 -
YUV 49.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 102 7 129 0.21 0.95 0 0.49 286.72 0.9 0.27
Hex 66 7 81 15 5F 0 31 11F 5A 1B
Octal 146 7 201 25 137 0 61 437 132 33
Binary 1100110 111 10000001 10101 1011111 0 110001 100011111 1011010 11011

Color Harmonies of #660781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660781

Black with #660781

Text Example


Text Example

White with #660781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660781; }

 p { color: rgb(102,7,129); }

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

background-color css

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

 a { background-color: rgb(102,7,129); }

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

border-color css

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

 span { border-color: rgb(102,7,129); }

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