Html Css Color HEX #481781 Indigo

📋 copy color: '#481781'

red 72 ◦ green 23 ◦ blue 129

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

Shades of Indigo #481781

Tints of Indigo #481781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 32.14%
G = 10.27%
B = 57.59%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481781 (or 0x481781) is known color: Indigo. HEX triplet: 48, 17 and 81. RGB value is (72,23,129). Sum of RGB (Red+Green+Blue) = 72+23+129=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #481781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481781 is #B7E87E. Grayscale: #313131. Windows color (decimal): -12052607 or 8460104. OLE color: 8460104.

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

Color convert

RGB 72 23 129 -
CMYK 0.44 0.82 0 0.49
HSL 267.74º 0.7% 0.3% -
HSV(B) 267.74º 0.82% 0.51% -
XYZ 6.94 3.58 21.09 -
YUV 49.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 72 23 129 0.44 0.82 0 0.49 267.74 0.7 0.3
Hex 48 17 81 2C 52 0 31 10C 46 1E
Octal 110 27 201 54 122 0 61 414 106 36
Binary 1001000 10111 10000001 101100 1010010 0 110001 100001100 1000110 11110

Color Harmonies of #481781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481781

Black with #481781

Text Example


Text Example

White with #481781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481781; }

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

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

background-color css

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

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

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

border-color css

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

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

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