Html Css Color HEX #481086 Indigo

📋 copy color: '#481086'

red 72 ◦ green 16 ◦ blue 134

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

Shades of Indigo #481086

Tints of Indigo #481086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 32.43%
G = 7.21%
B = 60.36%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#481086 (or 0x481086) is known color: Indigo. HEX triplet: 48, 10 and 86. RGB value is (72,16,134). Sum of RGB (Red+Green+Blue) = 72+16+134=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #481086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481086 is #B7EF79. Grayscale: #2D2D2D. Windows color (decimal): -12054394 or 8785992. OLE color: 8785992.

HSL color Cylindrical-coordinate representation of color #481086: hue angle of 268.47º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481086 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 16 134 -
CMYK 0.46 0.88 0 0.47
HSL 268.47º 0.79% 0.29% -
HSV(B) 268.47º 0.88% 0.53% -
XYZ 7.16 3.47 22.85 -
YUV 46.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 72 16 134 0.46 0.88 0 0.47 268.47 0.79 0.29
Hex 48 10 86 2E 58 0 2F 10C 4F 1D
Octal 110 20 206 56 130 0 57 414 117 35
Binary 1001000 10000 10000110 101110 1011000 0 101111 100001100 1001111 11101

Color Harmonies of #481086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481086

Black with #481086

Text Example


Text Example

White with #481086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481086; }

 p { color: rgb(72,16,134); }

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

background-color css

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

 a { background-color: rgb(72,16,134); }

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

border-color css

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

 span { border-color: rgb(72,16,134); }

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