Html Css Color HEX #481282 Indigo

📋 copy color: '#481282'

red 72 ◦ green 18 ◦ blue 130

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

Shades of Indigo #481282

Tints of Indigo #481282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.09%

R = 32.73%
G = 8.18%
B = 59.09%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481282 (or 0x481282) is known color: Indigo. HEX triplet: 48, 12 and 82. RGB value is (72,18,130). Sum of RGB (Red+Green+Blue) = 72+18+130=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #481282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481282 is #B7ED7D. Grayscale: #2E2E2E. Windows color (decimal): -12053886 or 8524360. OLE color: 8524360.

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

Color convert

RGB 72 18 130 -
CMYK 0.45 0.86 0 0.49
HSL 268.93º 0.76% 0.29% -
HSV(B) 268.93º 0.86% 0.51% -
XYZ 6.92 3.42 21.41 -
YUV 46.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 72 18 130 0.45 0.86 0 0.49 268.93 0.76 0.29
Hex 48 12 82 2D 56 0 31 10D 4C 1D
Octal 110 22 202 55 126 0 61 415 114 35
Binary 1001000 10010 10000010 101101 1010110 0 110001 100001101 1001100 11101

Color Harmonies of #481282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481282

Black with #481282

Text Example


Text Example

White with #481282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481282; }

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

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

background-color css

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

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

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

border-color css

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

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

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