Html Css Color HEX #481582 Indigo

📋 copy color: '#481582'

red 72 ◦ green 21 ◦ blue 130

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

Shades of Indigo #481582

Tints of Indigo #481582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

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

R = 32.29%
G = 9.42%
B = 58.3%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#481582 (or 0x481582) is known color: Indigo. HEX triplet: 48, 15 and 82. RGB value is (72,21,130). Sum of RGB (Red+Green+Blue) = 72+21+130=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #481582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481582 is #B7EA7D. Grayscale: #303030. Windows color (decimal): -12053118 or 8525128. OLE color: 8525128.

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

Color convert

RGB 72 21 130 -
CMYK 0.45 0.84 0 0.49
HSL 268.07º 0.72% 0.3% -
HSV(B) 268.07º 0.84% 0.51% -
XYZ 6.97 3.53 21.43 -
YUV 48.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 72 21 130 0.45 0.84 0 0.49 268.07 0.72 0.3
Hex 48 15 82 2D 54 0 31 10C 48 1E
Octal 110 25 202 55 124 0 61 414 110 36
Binary 1001000 10101 10000010 101101 1010100 0 110001 100001100 1001000 11110

Color Harmonies of #481582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481582

Black with #481582

Text Example


Text Example

White with #481582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481582; }

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

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

background-color css

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

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

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

border-color css

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

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

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