Html Css Color HEX #480089 Indigo

📋 copy color: '#480089'

red 72 ◦ green 0 ◦ blue 137

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

Shades of Indigo #480089

Tints of Indigo #480089

RGB

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

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

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

R = 34.45%
G = 0%
B = 65.55%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#480089 (or 0x480089) is known color: Indigo. HEX triplet: 48, 00 and 89. RGB value is (72,0,137). Sum of RGB (Red+Green+Blue) = 72+0+137=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #480089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480089 is #B7FF76. Grayscale: #242424. Windows color (decimal): -12058487 or 8978504. OLE color: 8978504.

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

Color convert

RGB 72 0 137 -
CMYK 0.47 1 0 0.46
HSL 271.53º 1% 0.27% -
HSV(B) 271.53º 1% 0.54% -
XYZ 7.19 3.18 23.9 -
YUV 37.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 72 0 137 0.47 1 0 0.46 271.53 1 0.27
Hex 48 0 89 2F 64 0 2E 110 64 1B
Octal 110 0 211 57 144 0 56 420 144 33
Binary 1001000 0 10001001 101111 1100100 0 101110 100010000 1100100 11011

Color Harmonies of #480089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480089

Black with #480089

Text Example


Text Example

White with #480089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480089; }

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

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

background-color css

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

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

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

border-color css

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

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

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