Html Css Color HEX #481381 Indigo

📋 copy color: '#481381'

red 72 ◦ green 19 ◦ blue 129

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

Shades of Indigo #481381

Tints of Indigo #481381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 32.73%
G = 8.64%
B = 58.64%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481381 (or 0x481381) is known color: Indigo. HEX triplet: 48, 13 and 81. RGB value is (72,19,129). Sum of RGB (Red+Green+Blue) = 72+19+129=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #481381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481381 is #B7EC7E. Grayscale: #2E2E2E. Windows color (decimal): -12053631 or 8459080. OLE color: 8459080.

HSL color Cylindrical-coordinate representation of color #481381: hue angle of 268.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481381 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 19 129 -
CMYK 0.44 0.85 0 0.49
HSL 268.91º 0.74% 0.29% -
HSV(B) 268.91º 0.85% 0.51% -
XYZ 6.87 3.43 21.07 -
YUV 47.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 72 19 129 0.44 0.85 0 0.49 268.91 0.74 0.29
Hex 48 13 81 2C 55 0 31 10D 4A 1D
Octal 110 23 201 54 125 0 61 415 112 35
Binary 1001000 10011 10000001 101100 1010101 0 110001 100001101 1001010 11101

Color Harmonies of #481381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481381

Black with #481381

Text Example


Text Example

White with #481381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481381; }

 p { color: rgb(72,19,129); }

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

background-color css

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

 a { background-color: rgb(72,19,129); }

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

border-color css

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

 span { border-color: rgb(72,19,129); }

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