Html Css Color HEX #481169 Indigo

📋 copy color: '#481169'

red 72 ◦ green 17 ◦ blue 105

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

Shades of Indigo #481169

Tints of Indigo #481169

RGB

 RED value IS 72 (28.52% from 255) = 37.11%

 GREEN value IS 17 (7.03% from 255) = 8.76%

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

R = 37.11%
G = 8.76%
B = 54.12%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481169 (or 0x481169) is known color: Indigo. HEX triplet: 48, 11 and 69. RGB value is (72,17,105). Sum of RGB (Red+Green+Blue) = 72+17+105=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #481169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481169 is #B7EE96. Grayscale: #2B2B2B. Windows color (decimal): -12054167 or 6885704. OLE color: 6885704.

HSL color Cylindrical-coordinate representation of color #481169: hue angle of 277.5º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481169 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 17 105 -
CMYK 0.31 0.84 0 0.59
HSL 277.5º 0.72% 0.24% -
HSV(B) 277.5º 0.84% 0.41% -
XYZ 5.42 2.8 13.62 -
YUV 43.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 72 17 105 0.31 0.84 0 0.59 277.5 0.72 0.24
Hex 48 11 69 1F 54 0 3B 116 48 18
Octal 110 21 151 37 124 0 73 426 110 30
Binary 1001000 10001 1101001 11111 1010100 0 111011 100010110 1001000 11000

Color Harmonies of #481169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481169

Black with #481169

Text Example


Text Example

White with #481169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481169; }

 p { color: rgb(72,17,105); }

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

background-color css

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

 a { background-color: rgb(72,17,105); }

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

border-color css

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

 span { border-color: rgb(72,17,105); }

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