Html Css Color HEX #481599 Indigo

📋 copy color: '#481599'

red 72 ◦ green 21 ◦ blue 153

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

Shades of Indigo #481599

Tints of Indigo #481599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.2%

R = 29.27%
G = 8.54%
B = 62.2%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#481599 (or 0x481599) is known color: Indigo. HEX triplet: 48, 15 and 99. RGB value is (72,21,153). Sum of RGB (Red+Green+Blue) = 72+21+153=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #481599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481599 is #B7EA66. Grayscale: #323232. Windows color (decimal): -12053095 or 10032456. OLE color: 10032456.

HSL color Cylindrical-coordinate representation of color #481599: hue angle of 263.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481599 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 21 153 -
CMYK 0.53 0.86 0 0.4
HSL 263.18º 0.76% 0.34% -
HSV(B) 263.18º 0.86% 0.6% -
XYZ 8.69 4.21 30.49 -
YUV 51.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 72 21 153 0.53 0.86 0 0.4 263.18 0.76 0.34
Hex 48 15 99 35 56 0 28 107 4C 22
Octal 110 25 231 65 126 0 50 407 114 42
Binary 1001000 10101 10011001 110101 1010110 0 101000 100000111 1001100 100010

Color Harmonies of #481599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481599

Black with #481599

Text Example


Text Example

White with #481599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481599; }

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

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

background-color css

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

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

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

border-color css

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

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

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