Html Css Color HEX #481790 Indigo

📋 copy color: '#481790'

red 72 ◦ green 23 ◦ blue 144

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

Shades of Indigo #481790

Tints of Indigo #481790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 30.13%
G = 9.62%
B = 60.25%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#481790 (or 0x481790) is known color: Indigo. HEX triplet: 48, 17 and 90. RGB value is (72,23,144). Sum of RGB (Red+Green+Blue) = 72+23+144=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #481790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481790 is #B7E86F. Grayscale: #333333. Windows color (decimal): -12052592 or 9443144. OLE color: 9443144.

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

Color convert

RGB 72 23 144 -
CMYK 0.50 0.84 0 0.44
HSL 264.3º 0.72% 0.33% -
HSV(B) 264.3º 0.84% 0.56% -
XYZ 8.01 4 26.74 -
YUV 51.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 72 23 144 0.50 0.84 0 0.44 264.3 0.72 0.33
Hex 48 17 90 32 54 0 2C 108 48 21
Octal 110 27 220 62 124 0 54 410 110 41
Binary 1001000 10111 10010000 110010 1010100 0 101100 100001000 1001000 100001

Color Harmonies of #481790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481790

Black with #481790

Text Example


Text Example

White with #481790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481790; }

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

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

background-color css

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

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

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

border-color css

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

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

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