Html Css Color HEX #4A096C Indigo

📋 copy color: '#4A096C'

red 74 ◦ green 9 ◦ blue 108

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

Shades of Indigo #4A096C

Tints of Indigo #4A096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 38.74%
G = 4.71%
B = 56.54%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A096C (or 0x4A096C) is known color: Indigo. HEX triplet: 4A, 09 and 6C. RGB value is (74,9,108). Sum of RGB (Red+Green+Blue) = 74+9+108=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A096C is #B5F693. Grayscale: #272727. Windows color (decimal): -11925140 or 7080266. OLE color: 7080266.

HSL color Cylindrical-coordinate representation of color #4A096C: hue angle of 279.39º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A096C is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 9 108 -
CMYK 0.31 0.92 0 0.58
HSL 279.39º 0.85% 0.23% -
HSV(B) 279.39º 0.92% 0.42% -
XYZ 5.63 2.73 14.42 -
YUV 39.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 74 9 108 0.31 0.92 0 0.58 279.39 0.85 0.23
Hex 4A 9 6C 1F 5C 0 3A 117 55 17
Octal 112 11 154 37 134 0 72 427 125 27
Binary 1001010 1001 1101100 11111 1011100 0 111010 100010111 1010101 10111

Color Harmonies of #4A096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A096C

Black with #4A096C

Text Example


Text Example

White with #4A096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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