Html Css Color HEX #4A1369 Indigo

📋 copy color: '#4A1369'

red 74 ◦ green 19 ◦ blue 105

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

Shades of Indigo #4A1369

Tints of Indigo #4A1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 37.37%
G = 9.6%
B = 53.03%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A1369 (or 0x4A1369) is known color: Indigo. HEX triplet: 4A, 13 and 69. RGB value is (74,19,105). Sum of RGB (Red+Green+Blue) = 74+19+105=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1369 is #B5EC96. Grayscale: #2C2C2C. Windows color (decimal): -11922583 or 6886218. OLE color: 6886218.

HSL color Cylindrical-coordinate representation of color #4A1369: hue angle of 278.37º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1369 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 19 105 -
CMYK 0.30 0.82 0 0.59
HSL 278.37º 0.69% 0.24% -
HSV(B) 278.37º 0.82% 0.41% -
XYZ 5.61 2.94 13.64 -
YUV 45.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 74 19 105 0.30 0.82 0 0.59 278.37 0.69 0.24
Hex 4A 13 69 1E 52 0 3B 116 45 18
Octal 112 23 151 36 122 0 73 426 105 30
Binary 1001010 10011 1101001 11110 1010010 0 111011 100010110 1000101 11000

Color Harmonies of #4A1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1369

Black with #4A1369

Text Example


Text Example

White with #4A1369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,19,105); }

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

background-color css

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

 a { background-color: rgb(74,19,105); }

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

border-color css

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

 span { border-color: rgb(74,19,105); }

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