Html Css Color HEX #481372 Indigo

📋 copy color: '#481372'

red 72 ◦ green 19 ◦ blue 114

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

Shades of Indigo #481372

Tints of Indigo #481372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 114 (44.92% from 255) = 55.61%

R = 35.12%
G = 9.27%
B = 55.61%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481372 (or 0x481372) is known color: Indigo. HEX triplet: 48, 13 and 72. RGB value is (72,19,114). Sum of RGB (Red+Green+Blue) = 72+19+114=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #481372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481372 is #B7EC8D. Grayscale: #2D2D2D. Windows color (decimal): -12053646 or 7476040. OLE color: 7476040.

HSL color Cylindrical-coordinate representation of color #481372: hue angle of 273.47º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #481372 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 19 114 -
CMYK 0.37 0.83 0 0.55
HSL 273.47º 0.71% 0.26% -
HSV(B) 273.47º 0.83% 0.45% -
XYZ 5.94 3.06 16.2 -
YUV 45.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 72 19 114 0.37 0.83 0 0.55 273.47 0.71 0.26
Hex 48 13 72 25 53 0 37 111 47 1A
Octal 110 23 162 45 123 0 67 421 107 32
Binary 1001000 10011 1110010 100101 1010011 0 110111 100010001 1000111 11010

Color Harmonies of #481372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481372

Black with #481372

Text Example


Text Example

White with #481372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481372; }

 p { color: rgb(72,19,114); }

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

background-color css

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

 a { background-color: rgb(72,19,114); }

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

border-color css

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

 span { border-color: rgb(72,19,114); }

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