Html Css Color HEX #481095 Indigo

📋 copy color: '#481095'

red 72 ◦ green 16 ◦ blue 149

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

Shades of Indigo #481095

Tints of Indigo #481095

RGB

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

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

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

R = 30.38%
G = 6.75%
B = 62.87%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481095 (or 0x481095) is known color: Indigo. HEX triplet: 48, 10 and 95. RGB value is (72,16,149). Sum of RGB (Red+Green+Blue) = 72+16+149=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #481095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481095 is #B7EF6A. Grayscale: #2F2F2F. Windows color (decimal): -12054379 or 9769032. OLE color: 9769032.

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

Color convert

RGB 72 16 149 -
CMYK 0.52 0.89 0 0.42
HSL 265.26º 0.81% 0.32% -
HSV(B) 265.26º 0.89% 0.58% -
XYZ 8.28 3.92 28.75 -
YUV 47.91 185.05 145.19 -
System Red Green Blue C M Y K H S L
Decimal 72 16 149 0.52 0.89 0 0.42 265.26 0.81 0.32
Hex 48 10 95 34 59 0 2A 109 51 20
Octal 110 20 225 64 131 0 52 411 121 40
Binary 1001000 10000 10010101 110100 1011001 0 101010 100001001 1010001 100000

Color Harmonies of #481095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481095

Black with #481095

Text Example


Text Example

White with #481095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481095; }

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

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

background-color css

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

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

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

border-color css

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

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

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