Html Css Color HEX #480072 Indigo

📋 copy color: '#480072'

red 72 ◦ green 0 ◦ blue 114

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

Shades of Indigo #480072

Tints of Indigo #480072

RGB

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

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

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

R = 38.71%
G = 0%
B = 61.29%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#480072 (or 0x480072) is known color: Indigo. HEX triplet: 48, 00 and 72. RGB value is (72,0,114). Sum of RGB (Red+Green+Blue) = 72+0+114=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #480072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480072 is #B7FF8D. Grayscale: #222222. Windows color (decimal): -12058510 or 7471176. OLE color: 7471176.

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

Color convert

RGB 72 0 114 -
CMYK 0.37 1 0 0.55
HSL 277.89º 1% 0.22% -
HSV(B) 277.89º 1% 0.45% -
XYZ 5.71 2.59 16.12 -
YUV 34.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 72 0 114 0.37 1 0 0.55 277.89 1 0.22
Hex 48 0 72 25 64 0 37 116 64 16
Octal 110 0 162 45 144 0 67 426 144 26
Binary 1001000 0 1110010 100101 1100100 0 110111 100010110 1100100 10110

Color Harmonies of #480072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480072

Black with #480072

Text Example


Text Example

White with #480072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480072; }

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

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

background-color css

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

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

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

border-color css

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

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

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