Html Css Color HEX #480190 Indigo

📋 copy color: '#480190'

red 72 ◦ green 1 ◦ blue 144

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

Shades of Indigo #480190

Tints of Indigo #480190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 33.18%
G = 0.46%
B = 66.36%

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

#480190 (or 0x480190) is known color: Indigo. HEX triplet: 48, 01 and 90. RGB value is (72,1,144). Sum of RGB (Red+Green+Blue) = 72+1+144=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #480190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480190 is #B7FE6F. Grayscale: #262626. Windows color (decimal): -12058224 or 9437512. OLE color: 9437512.

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

Color convert

RGB 72 1 144 -
CMYK 0.50 0.99 0 0.44
HSL 269.79º 0.99% 0.28% -
HSV(B) 269.79º 0.99% 0.56% -
XYZ 7.72 3.41 26.64 -
YUV 38.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 72 1 144 0.50 0.99 0 0.44 269.79 0.99 0.28
Hex 48 1 90 32 63 0 2C 10E 63 1C
Octal 110 1 220 62 143 0 54 416 143 34
Binary 1001000 1 10010000 110010 1100011 0 101100 100001110 1100011 11100

Color Harmonies of #480190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480190

Black with #480190

Text Example


Text Example

White with #480190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480190; }

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

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

background-color css

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

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

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

border-color css

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

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

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