Html Css Color HEX #481073 Indigo

📋 copy color: '#481073'

red 72 ◦ green 16 ◦ blue 115

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

Shades of Indigo #481073

Tints of Indigo #481073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 35.47%
G = 7.88%
B = 56.65%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481073 (or 0x481073) is known color: Indigo. HEX triplet: 48, 10 and 73. RGB value is (72,16,115). Sum of RGB (Red+Green+Blue) = 72+16+115=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #481073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481073 is #B7EF8C. Grayscale: #2B2B2B. Windows color (decimal): -12054413 or 7540808. OLE color: 7540808.

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

Color convert

RGB 72 16 115 -
CMYK 0.37 0.86 0 0.55
HSL 273.94º 0.76% 0.26% -
HSV(B) 273.94º 0.86% 0.45% -
XYZ 5.95 2.99 16.48 -
YUV 44.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 72 16 115 0.37 0.86 0 0.55 273.94 0.76 0.26
Hex 48 10 73 25 56 0 37 112 4C 1A
Octal 110 20 163 45 126 0 67 422 114 32
Binary 1001000 10000 1110011 100101 1010110 0 110111 100010010 1001100 11010

Color Harmonies of #481073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481073

Black with #481073

Text Example


Text Example

White with #481073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481073; }

 p { color: rgb(72,16,115); }

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

background-color css

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

 a { background-color: rgb(72,16,115); }

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

border-color css

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

 span { border-color: rgb(72,16,115); }

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