Html Css Color HEX #481271 Indigo

📋 copy color: '#481271'

red 72 ◦ green 18 ◦ blue 113

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

Shades of Indigo #481271

Tints of Indigo #481271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 35.47%
G = 8.87%
B = 55.67%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481271 (or 0x481271) is known color: Indigo. HEX triplet: 48, 12 and 71. RGB value is (72,18,113). Sum of RGB (Red+Green+Blue) = 72+18+113=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #481271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481271 is #B7ED8E. Grayscale: #2C2C2C. Windows color (decimal): -12053903 or 7410248. OLE color: 7410248.

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

Color convert

RGB 72 18 113 -
CMYK 0.36 0.84 0 0.56
HSL 274.11º 0.73% 0.26% -
HSV(B) 274.11º 0.84% 0.44% -
XYZ 5.87 3 15.89 -
YUV 44.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 72 18 113 0.36 0.84 0 0.56 274.11 0.73 0.26
Hex 48 12 71 24 54 0 38 112 49 1A
Octal 110 22 161 44 124 0 70 422 111 32
Binary 1001000 10010 1110001 100100 1010100 0 111000 100010010 1001001 11010

Color Harmonies of #481271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481271

Black with #481271

Text Example


Text Example

White with #481271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481271; }

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

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

background-color css

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

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

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

border-color css

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

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

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