Html Css Color HEX #480189 Indigo

📋 copy color: '#480189'

red 72 ◦ green 1 ◦ blue 137

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

Shades of Indigo #480189

Tints of Indigo #480189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 34.29%
G = 0.48%
B = 65.24%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#480189 (or 0x480189) is known color: Indigo. HEX triplet: 48, 01 and 89. RGB value is (72,1,137). Sum of RGB (Red+Green+Blue) = 72+1+137=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #480189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480189 is #B7FE76. Grayscale: #252525. Windows color (decimal): -12058231 or 8978760. OLE color: 8978760.

HSL color Cylindrical-coordinate representation of color #480189: hue angle of 271.32º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480189 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 1 137 -
CMYK 0.47 0.99 0 0.46
HSL 271.32º 0.99% 0.27% -
HSV(B) 271.32º 0.99% 0.54% -
XYZ 7.2 3.21 23.91 -
YUV 37.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 72 1 137 0.47 0.99 0 0.46 271.32 0.99 0.27
Hex 48 1 89 2F 63 0 2E 10F 63 1B
Octal 110 1 211 57 143 0 56 417 143 33
Binary 1001000 1 10001001 101111 1100011 0 101110 100001111 1100011 11011

Color Harmonies of #480189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480189

Black with #480189

Text Example


Text Example

White with #480189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480189; }

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

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

background-color css

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

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

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

border-color css

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

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

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