Html Css Color HEX #4A098D Indigo

📋 copy color: '#4A098D'

red 74 ◦ green 9 ◦ blue 141

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

Shades of Indigo #4A098D

Tints of Indigo #4A098D

RGB

 RED value IS 74 (29.3% from 255) = 33.04%

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 33.04%
G = 4.02%
B = 62.95%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A098D (or 0x4A098D) is known color: Indigo. HEX triplet: 4A, 09 and 8D. RGB value is (74,9,141). Sum of RGB (Red+Green+Blue) = 74+9+141=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A098D is #B5F672. Grayscale: #2B2B2B. Windows color (decimal): -11925107 or 9242954. OLE color: 9242954.

HSL color Cylindrical-coordinate representation of color #4A098D: hue angle of 269.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A098D is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 9 141 -
CMYK 0.48 0.94 0 0.45
HSL 269.55º 0.88% 0.29% -
HSV(B) 269.55º 0.94% 0.55% -
XYZ 7.73 3.57 25.48 -
YUV 43.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 74 9 141 0.48 0.94 0 0.45 269.55 0.88 0.29
Hex 4A 9 8D 30 5E 0 2D 10E 58 1D
Octal 112 11 215 60 136 0 55 416 130 35
Binary 1001010 1001 10001101 110000 1011110 0 101101 100001110 1011000 11101

Color Harmonies of #4A098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A098D

Black with #4A098D

Text Example


Text Example

White with #4A098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A098D; }

 p { color: rgb(74,9,141); }

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

background-color css

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

 a { background-color: rgb(74,9,141); }

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

border-color css

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

 span { border-color: rgb(74,9,141); }

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