Html Css Color HEX #660598 Indigo

📋 copy color: '#660598'

red 102 ◦ green 5 ◦ blue 152

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

Shades of Indigo #660598

Tints of Indigo #660598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 152 (59.77% from 255) = 58.69%

R = 39.38%
G = 1.93%
B = 58.69%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#660598 (or 0x660598) is known color: Indigo. HEX triplet: 66, 05 and 98. RGB value is (102,5,152). Sum of RGB (Red+Green+Blue) = 102+5+152=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #660598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660598 is #99FA67. Grayscale: #323232. Windows color (decimal): -10091112 or 9962854. OLE color: 9962854.

HSL color Cylindrical-coordinate representation of color #660598: hue angle of 279.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660598 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 5 152 -
CMYK 0.33 0.97 0 0.40
HSL 279.59º 0.94% 0.31% -
HSV(B) 279.59º 0.97% 0.6% -
XYZ 11.2 5.2 30.12 -
YUV 50.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 102 5 152 0.33 0.97 0 0.40 279.59 0.94 0.31
Hex 66 5 98 21 61 0 28 118 5E 1F
Octal 146 5 230 41 141 0 50 430 136 37
Binary 1100110 101 10011000 100001 1100001 0 101000 100011000 1011110 11111

Color Harmonies of #660598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660598

Black with #660598

Text Example


Text Example

White with #660598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660598; }

 p { color: rgb(102,5,152); }

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

background-color css

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

 a { background-color: rgb(102,5,152); }

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

border-color css

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

 span { border-color: rgb(102,5,152); }

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