Html Css Color HEX #481094 Indigo

📋 copy color: '#481094'

red 72 ◦ green 16 ◦ blue 148

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

Shades of Indigo #481094

Tints of Indigo #481094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.71%

R = 30.51%
G = 6.78%
B = 62.71%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481094 (or 0x481094) is known color: Indigo. HEX triplet: 48, 10 and 94. RGB value is (72,16,148). Sum of RGB (Red+Green+Blue) = 72+16+148=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #481094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481094 is #B7EF6B. Grayscale: #2F2F2F. Windows color (decimal): -12054380 or 9703496. OLE color: 9703496.

HSL color Cylindrical-coordinate representation of color #481094: hue angle of 265.45º degrees, saturation: 0.8, 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 #481094 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 16 148 -
CMYK 0.51 0.89 0 0.42
HSL 265.45º 0.8% 0.32% -
HSV(B) 265.45º 0.89% 0.58% -
XYZ 8.2 3.89 28.33 -
YUV 47.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 72 16 148 0.51 0.89 0 0.42 265.45 0.8 0.32
Hex 48 10 94 33 59 0 2A 109 50 20
Octal 110 20 224 63 131 0 52 411 120 40
Binary 1001000 10000 10010100 110011 1011001 0 101010 100001001 1010000 100000

Color Harmonies of #481094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481094

Black with #481094

Text Example


Text Example

White with #481094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481094; }

 p { color: rgb(72,16,148); }

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

background-color css

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

 a { background-color: rgb(72,16,148); }

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

border-color css

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

 span { border-color: rgb(72,16,148); }

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