Html Css Color HEX #66098A Indigo

📋 copy color: '#66098A'

red 102 ◦ green 9 ◦ blue 138

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

Shades of Indigo #66098A

Tints of Indigo #66098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 40.96%
G = 3.61%
B = 55.42%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66098A (or 0x66098A) is known color: Indigo. HEX triplet: 66, 09 and 8A. RGB value is (102,9,138). Sum of RGB (Red+Green+Blue) = 102+9+138=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #66098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66098A is #99F675. Grayscale: #333333. Windows color (decimal): -10090102 or 9046374. OLE color: 9046374.

HSL color Cylindrical-coordinate representation of color #66098A: hue angle of 283.26º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66098A is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 9 138 -
CMYK 0.26 0.93 0 0.46
HSL 283.26º 0.88% 0.29% -
HSV(B) 283.26º 0.93% 0.54% -
XYZ 10.16 4.86 24.45 -
YUV 51.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 102 9 138 0.26 0.93 0 0.46 283.26 0.88 0.29
Hex 66 9 8A 1A 5D 0 2E 11B 58 1D
Octal 146 11 212 32 135 0 56 433 130 35
Binary 1100110 1001 10001010 11010 1011101 0 101110 100011011 1011000 11101

Color Harmonies of #66098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66098A

Black with #66098A

Text Example


Text Example

White with #66098A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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