Html Css Color HEX #481784 Indigo

📋 copy color: '#481784'

red 72 ◦ green 23 ◦ blue 132

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

Shades of Indigo #481784

Tints of Indigo #481784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 31.72%
G = 10.13%
B = 58.15%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#481784 (or 0x481784) is known color: Indigo. HEX triplet: 48, 17 and 84. RGB value is (72,23,132). Sum of RGB (Red+Green+Blue) = 72+23+132=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #481784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481784 is #B7E87B. Grayscale: #313131. Windows color (decimal): -12052604 or 8656712. OLE color: 8656712.

HSL color Cylindrical-coordinate representation of color #481784: hue angle of 266.97º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481784 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 23 132 -
CMYK 0.45 0.83 0 0.48
HSL 266.97º 0.7% 0.3% -
HSV(B) 266.97º 0.83% 0.52% -
XYZ 7.14 3.66 22.16 -
YUV 50.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 72 23 132 0.45 0.83 0 0.48 266.97 0.7 0.3
Hex 48 17 84 2D 53 0 30 10B 46 1E
Octal 110 27 204 55 123 0 60 413 106 36
Binary 1001000 10111 10000100 101101 1010011 0 110000 100001011 1000110 11110

Color Harmonies of #481784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481784

Black with #481784

Text Example


Text Example

White with #481784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481784; }

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

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

background-color css

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

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

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

border-color css

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

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

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