Html Css Color HEX #481273 Indigo

📋 copy color: '#481273'

red 72 ◦ green 18 ◦ blue 115

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

Shades of Indigo #481273

Tints of Indigo #481273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 35.12%
G = 8.78%
B = 56.1%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481273 (or 0x481273) is known color: Indigo. HEX triplet: 48, 12 and 73. RGB value is (72,18,115). Sum of RGB (Red+Green+Blue) = 72+18+115=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #481273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481273 is #B7ED8C. Grayscale: #2C2C2C. Windows color (decimal): -12053901 or 7541320. OLE color: 7541320.

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

Color convert

RGB 72 18 115 -
CMYK 0.37 0.84 0 0.55
HSL 273.4º 0.73% 0.26% -
HSV(B) 273.4º 0.84% 0.45% -
XYZ 5.98 3.05 16.49 -
YUV 45.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 72 18 115 0.37 0.84 0 0.55 273.4 0.73 0.26
Hex 48 12 73 25 54 0 37 111 49 1A
Octal 110 22 163 45 124 0 67 421 111 32
Binary 1001000 10010 1110011 100101 1010100 0 110111 100010001 1001001 11010

Color Harmonies of #481273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481273

Black with #481273

Text Example


Text Example

White with #481273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481273; }

 p { color: rgb(72,18,115); }

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

background-color css

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

 a { background-color: rgb(72,18,115); }

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

border-color css

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

 span { border-color: rgb(72,18,115); }

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