Html Css Color HEX #481890 Indigo

📋 copy color: '#481890'

red 72 ◦ green 24 ◦ blue 144

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

Shades of Indigo #481890

Tints of Indigo #481890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

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

R = 30%
G = 10%
B = 60%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#481890 (or 0x481890) is known color: Indigo. HEX triplet: 48, 18 and 90. RGB value is (72,24,144). Sum of RGB (Red+Green+Blue) = 72+24+144=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #481890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481890 is #B7E76F. Grayscale: #333333. Windows color (decimal): -12052336 or 9443400. OLE color: 9443400.

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

Color convert

RGB 72 24 144 -
CMYK 0.50 0.83 0 0.44
HSL 264º 0.71% 0.33% -
HSV(B) 264º 0.83% 0.56% -
XYZ 8.03 4.04 26.74 -
YUV 52.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 72 24 144 0.50 0.83 0 0.44 264 0.71 0.33
Hex 48 18 90 32 53 0 2C 108 47 21
Octal 110 30 220 62 123 0 54 410 107 41
Binary 1001000 11000 10010000 110010 1010011 0 101100 100001000 1000111 100001

Color Harmonies of #481890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481890

Black with #481890

Text Example


Text Example

White with #481890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481890; }

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

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

background-color css

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

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

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

border-color css

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

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

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