Html Css Color HEX #66098E Indigo

📋 copy color: '#66098E'

red 102 ◦ green 9 ◦ blue 142

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

Shades of Indigo #66098E

Tints of Indigo #66098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 40.32%
G = 3.56%
B = 56.13%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#66098E (or 0x66098E) is known color: Indigo. HEX triplet: 66, 09 and 8E. RGB value is (102,9,142). Sum of RGB (Red+Green+Blue) = 102+9+142=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #66098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098E is #99F671. Grayscale: #333333. Windows color (decimal): -10090098 or 9308518. OLE color: 9308518.

HSL color Cylindrical-coordinate representation of color #66098E: hue angle of 281.95º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66098E is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 9 142 -
CMYK 0.28 0.94 0 0.44
HSL 281.95º 0.88% 0.3% -
HSV(B) 281.95º 0.94% 0.56% -
XYZ 10.46 4.97 26 -
YUV 51.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 102 9 142 0.28 0.94 0 0.44 281.95 0.88 0.3
Hex 66 9 8E 1C 5E 0 2C 11A 58 1E
Octal 146 11 216 34 136 0 54 432 130 36
Binary 1100110 1001 10001110 11100 1011110 0 101100 100011010 1011000 11110

Color Harmonies of #66098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66098E

Black with #66098E

Text Example


Text Example

White with #66098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66098E; }

 p { color: rgb(102,9,142); }

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

background-color css

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

 a { background-color: rgb(102,9,142); }

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

border-color css

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

 span { border-color: rgb(102,9,142); }

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