Html Css Color HEX #480290 Indigo

📋 copy color: '#480290'

red 72 ◦ green 2 ◦ blue 144

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

Shades of Indigo #480290

Tints of Indigo #480290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 33.03%
G = 0.92%
B = 66.06%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#480290 (or 0x480290) is known color: Indigo. HEX triplet: 48, 02 and 90. RGB value is (72,2,144). Sum of RGB (Red+Green+Blue) = 72+2+144=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #480290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480290 is #B7FD6F. Grayscale: #262626. Windows color (decimal): -12057968 or 9437768. OLE color: 9437768.

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

Color convert

RGB 72 2 144 -
CMYK 0.50 0.99 0 0.44
HSL 269.58º 0.97% 0.29% -
HSV(B) 269.58º 0.99% 0.56% -
XYZ 7.73 3.43 26.64 -
YUV 39.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 72 2 144 0.50 0.99 0 0.44 269.58 0.97 0.29
Hex 48 2 90 32 63 0 2C 10E 61 1D
Octal 110 2 220 62 143 0 54 416 141 35
Binary 1001000 10 10010000 110010 1100011 0 101100 100001110 1100001 11101

Color Harmonies of #480290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480290

Black with #480290

Text Example


Text Example

White with #480290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480290; }

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

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

background-color css

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

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

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

border-color css

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

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

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