Html Css Color HEX #4A1095 Indigo

📋 copy color: '#4A1095'

red 74 ◦ green 16 ◦ blue 149

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

Shades of Indigo #4A1095

Tints of Indigo #4A1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

 BLUE value IS 149 (58.59% from 255) = 62.34%

R = 30.96%
G = 6.69%
B = 62.34%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A1095 (or 0x4A1095) is known color: Indigo. HEX triplet: 4A, 10 and 95. RGB value is (74,16,149). Sum of RGB (Red+Green+Blue) = 74+16+149=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1095 is #B5EF6A. Grayscale: #303030. Windows color (decimal): -11923307 or 9769034. OLE color: 9769034.

HSL color Cylindrical-coordinate representation of color #4A1095: hue angle of 266.17º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1095 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 16 149 -
CMYK 0.50 0.89 0 0.42
HSL 266.17º 0.81% 0.32% -
HSV(B) 266.17º 0.89% 0.58% -
XYZ 8.43 4 28.76 -
YUV 48.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 74 16 149 0.50 0.89 0 0.42 266.17 0.81 0.32
Hex 4A 10 95 32 59 0 2A 10A 51 20
Octal 112 20 225 62 131 0 52 412 121 40
Binary 1001010 10000 10010101 110010 1011001 0 101010 100001010 1010001 100000

Color Harmonies of #4A1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1095

Black with #4A1095

Text Example


Text Example

White with #4A1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,149); }

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

background-color css

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

 a { background-color: rgb(74,16,149); }

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

border-color css

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

 span { border-color: rgb(74,16,149); }

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