Html Css Color HEX #481679 Indigo

📋 copy color: '#481679'

red 72 ◦ green 22 ◦ blue 121

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

Shades of Indigo #481679

Tints of Indigo #481679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

 BLUE value IS 121 (47.66% from 255) = 56.28%

R = 33.49%
G = 10.23%
B = 56.28%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481679 (or 0x481679) is known color: Indigo. HEX triplet: 48, 16 and 79. RGB value is (72,22,121). Sum of RGB (Red+Green+Blue) = 72+22+121=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #481679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481679 is #B7E986. Grayscale: #2F2F2F. Windows color (decimal): -12052871 or 7935560. OLE color: 7935560.

HSL color Cylindrical-coordinate representation of color #481679: hue angle of 270.3º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481679 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 22 121 -
CMYK 0.40 0.82 0 0.53
HSL 270.3º 0.69% 0.28% -
HSV(B) 270.3º 0.82% 0.47% -
XYZ 6.41 3.33 18.39 -
YUV 48.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 72 22 121 0.40 0.82 0 0.53 270.3 0.69 0.28
Hex 48 16 79 28 52 0 35 10E 45 1C
Octal 110 26 171 50 122 0 65 416 105 34
Binary 1001000 10110 1111001 101000 1010010 0 110101 100001110 1000101 11100

Color Harmonies of #481679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481679

Black with #481679

Text Example


Text Example

White with #481679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481679; }

 p { color: rgb(72,22,121); }

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

background-color css

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

 a { background-color: rgb(72,22,121); }

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

border-color css

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

 span { border-color: rgb(72,22,121); }

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