Html Css Color HEX #481791 Indigo

📋 copy color: '#481791'

red 72 ◦ green 23 ◦ blue 145

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

Shades of Indigo #481791

Tints of Indigo #481791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 30%
G = 9.58%
B = 60.42%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#481791 (or 0x481791) is known color: Indigo. HEX triplet: 48, 17 and 91. RGB value is (72,23,145). Sum of RGB (Red+Green+Blue) = 72+23+145=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #481791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481791 is #B7E86E. Grayscale: #333333. Windows color (decimal): -12052591 or 9508680. OLE color: 9508680.

HSL color Cylindrical-coordinate representation of color #481791: hue angle of 264.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481791 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 23 145 -
CMYK 0.50 0.84 0 0.43
HSL 264.1º 0.73% 0.33% -
HSV(B) 264.1º 0.84% 0.57% -
XYZ 8.09 4.03 27.14 -
YUV 51.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 72 23 145 0.50 0.84 0 0.43 264.1 0.73 0.33
Hex 48 17 91 32 54 0 2B 108 49 21
Octal 110 27 221 62 124 0 53 410 111 41
Binary 1001000 10111 10010001 110010 1010100 0 101011 100001000 1001001 100001

Color Harmonies of #481791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481791

Black with #481791

Text Example


Text Example

White with #481791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481791; }

 p { color: rgb(72,23,145); }

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

background-color css

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

 a { background-color: rgb(72,23,145); }

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

border-color css

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

 span { border-color: rgb(72,23,145); }

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