Html Css Color HEX #480470 Indigo

📋 copy color: '#480470'

red 72 ◦ green 4 ◦ blue 112

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

Shades of Indigo #480470

Tints of Indigo #480470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

 BLUE value IS 112 (44.14% from 255) = 59.57%

R = 38.3%
G = 2.13%
B = 59.57%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#480470 (or 0x480470) is known color: Indigo. HEX triplet: 48, 04 and 70. RGB value is (72,4,112). Sum of RGB (Red+Green+Blue) = 72+4+112=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #480470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480470 is #B7FB8F. Grayscale: #242424. Windows color (decimal): -12057488 or 7341128. OLE color: 7341128.

HSL color Cylindrical-coordinate representation of color #480470: hue angle of 277.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480470 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 4 112 -
CMYK 0.36 0.96 0 0.56
HSL 277.78º 0.93% 0.23% -
HSV(B) 277.78º 0.96% 0.44% -
XYZ 5.64 2.63 15.54 -
YUV 36.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 72 4 112 0.36 0.96 0 0.56 277.78 0.93 0.23
Hex 48 4 70 24 60 0 38 116 5D 17
Octal 110 4 160 44 140 0 70 426 135 27
Binary 1001000 100 1110000 100100 1100000 0 111000 100010110 1011101 10111

Color Harmonies of #480470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480470

Black with #480470

Text Example


Text Example

White with #480470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480470; }

 p { color: rgb(72,4,112); }

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

background-color css

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

 a { background-color: rgb(72,4,112); }

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

border-color css

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

 span { border-color: rgb(72,4,112); }

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