Html Css Color HEX #480090 Indigo

📋 copy color: '#480090'

red 72 ◦ green 0 ◦ blue 144

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

Shades of Indigo #480090

Tints of Indigo #480090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#480090 (or 0x480090) is known color: Indigo. HEX triplet: 48, 00 and 90. RGB value is (72,0,144). Sum of RGB (Red+Green+Blue) = 72+0+144=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #480090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480090 is #B7FF6F. Grayscale: #252525. Windows color (decimal): -12058480 or 9437256. OLE color: 9437256.

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

Color convert

RGB 72 0 144 -
CMYK 0.50 1 0 0.44
HSL 270º 1% 0.28% -
HSV(B) 270º 1% 0.56% -
XYZ 7.71 3.39 26.63 -
YUV 37.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 72 0 144 0.50 1 0 0.44 270 1 0.28
Hex 48 0 90 32 64 0 2C 10E 64 1C
Octal 110 0 220 62 144 0 54 416 144 34
Binary 1001000 0 10010000 110010 1100100 0 101100 100001110 1100100 11100

Color Harmonies of #480090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480090

Black with #480090

Text Example


Text Example

White with #480090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480090; }

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

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

background-color css

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

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

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

border-color css

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

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

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