Html Css Color HEX #660298 Indigo

📋 copy color: '#660298'

red 102 ◦ green 2 ◦ blue 152

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

Shades of Indigo #660298

Tints of Indigo #660298

RGB

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

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

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

R = 39.84%
G = 0.78%
B = 59.38%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#660298 (or 0x660298) is known color: Indigo. HEX triplet: 66, 02 and 98. RGB value is (102,2,152). Sum of RGB (Red+Green+Blue) = 102+2+152=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #660298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660298 is #99FD67. Grayscale: #303030. Windows color (decimal): -10091880 or 9962086. OLE color: 9962086.

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

Color convert

RGB 102 2 152 -
CMYK 0.33 0.99 0 0.40
HSL 280º 0.97% 0.3% -
HSV(B) 280º 0.99% 0.6% -
XYZ 11.17 5.14 30.11 -
YUV 49 186.13 165.8 -
System Red Green Blue C M Y K H S L
Decimal 102 2 152 0.33 0.99 0 0.40 280 0.97 0.3
Hex 66 2 98 21 63 0 28 118 61 1E
Octal 146 2 230 41 143 0 50 430 141 36
Binary 1100110 10 10011000 100001 1100011 0 101000 100011000 1100001 11110

Color Harmonies of #660298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660298

Black with #660298

Text Example


Text Example

White with #660298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660298; }

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

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

background-color css

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

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

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

border-color css

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

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

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