Html Css Color HEX #660398 Indigo

📋 copy color: '#660398'

red 102 ◦ green 3 ◦ blue 152

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

Shades of Indigo #660398

Tints of Indigo #660398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 39.69%
G = 1.17%
B = 59.14%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#660398 (or 0x660398) is known color: Indigo. HEX triplet: 66, 03 and 98. RGB value is (102,3,152). Sum of RGB (Red+Green+Blue) = 102+3+152=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #660398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660398 is #99FC67. Grayscale: #313131. Windows color (decimal): -10091624 or 9962342. OLE color: 9962342.

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

Color convert

RGB 102 3 152 -
CMYK 0.33 0.98 0 0.40
HSL 279.87º 0.96% 0.3% -
HSV(B) 279.87º 0.98% 0.6% -
XYZ 11.18 5.16 30.11 -
YUV 49.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 102 3 152 0.33 0.98 0 0.40 279.87 0.96 0.3
Hex 66 3 98 21 62 0 28 118 60 1E
Octal 146 3 230 41 142 0 50 430 140 36
Binary 1100110 11 10011000 100001 1100010 0 101000 100011000 1100000 11110

Color Harmonies of #660398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660398

Black with #660398

Text Example


Text Example

White with #660398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660398; }

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

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

background-color css

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

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

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

border-color css

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

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

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