Html Css Color HEX #481272 Indigo

📋 copy color: '#481272'

red 72 ◦ green 18 ◦ blue 114

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

Shades of Indigo #481272

Tints of Indigo #481272

RGB

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

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

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

R = 35.29%
G = 8.82%
B = 55.88%

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

#481272 (or 0x481272) is known color: Indigo. HEX triplet: 48, 12 and 72. RGB value is (72,18,114). Sum of RGB (Red+Green+Blue) = 72+18+114=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #481272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481272 is #B7ED8D. Grayscale: #2C2C2C. Windows color (decimal): -12053902 or 7475784. OLE color: 7475784.

HSL color Cylindrical-coordinate representation of color #481272: hue angle of 273.75º 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 #481272 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 18 114 -
CMYK 0.37 0.84 0 0.55
HSL 273.75º 0.73% 0.26% -
HSV(B) 273.75º 0.84% 0.45% -
XYZ 5.93 3.03 16.19 -
YUV 45.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 72 18 114 0.37 0.84 0 0.55 273.75 0.73 0.26
Hex 48 12 72 25 54 0 37 112 49 1A
Octal 110 22 162 45 124 0 67 422 111 32
Binary 1001000 10010 1110010 100101 1010100 0 110111 100010010 1001001 11010

Color Harmonies of #481272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481272

Black with #481272

Text Example


Text Example

White with #481272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481272; }

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

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

background-color css

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

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

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

border-color css

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

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

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