Html Css Color HEX #480172 Indigo

📋 copy color: '#480172'

red 72 ◦ green 1 ◦ blue 114

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

Shades of Indigo #480172

Tints of Indigo #480172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 38.5%
G = 0.53%
B = 60.96%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#480172 (or 0x480172) is known color: Indigo. HEX triplet: 48, 01 and 72. RGB value is (72,1,114). Sum of RGB (Red+Green+Blue) = 72+1+114=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #480172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480172 is #B7FE8D. Grayscale: #222222. Windows color (decimal): -12058254 or 7471432. OLE color: 7471432.

HSL color Cylindrical-coordinate representation of color #480172: hue angle of 277.7º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480172 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 1 114 -
CMYK 0.37 0.99 0 0.55
HSL 277.7º 0.98% 0.23% -
HSV(B) 277.7º 0.99% 0.45% -
XYZ 5.72 2.61 16.12 -
YUV 35.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 72 1 114 0.37 0.99 0 0.55 277.7 0.98 0.23
Hex 48 1 72 25 63 0 37 116 62 17
Octal 110 1 162 45 143 0 67 426 142 27
Binary 1001000 1 1110010 100101 1100011 0 110111 100010110 1100010 10111

Color Harmonies of #480172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480172

Black with #480172

Text Example


Text Example

White with #480172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480172; }

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

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

background-color css

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

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

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

border-color css

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

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

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