Html Css Color HEX #481097 Indigo

📋 copy color: '#481097'

red 72 ◦ green 16 ◦ blue 151

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

Shades of Indigo #481097

Tints of Indigo #481097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.18%

R = 30.13%
G = 6.69%
B = 63.18%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#481097 (or 0x481097) is known color: Indigo. HEX triplet: 48, 10 and 97. RGB value is (72,16,151). Sum of RGB (Red+Green+Blue) = 72+16+151=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #481097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481097 is #B7EF68. Grayscale: #2F2F2F. Windows color (decimal): -12054377 or 9900104. OLE color: 9900104.

HSL color Cylindrical-coordinate representation of color #481097: hue angle of 264.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481097 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 16 151 -
CMYK 0.52 0.89 0 0.41
HSL 264.89º 0.81% 0.33% -
HSV(B) 264.89º 0.89% 0.59% -
XYZ 8.44 3.98 29.6 -
YUV 48.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 72 16 151 0.52 0.89 0 0.41 264.89 0.81 0.33
Hex 48 10 97 34 59 0 29 109 51 21
Octal 110 20 227 64 131 0 51 411 121 41
Binary 1001000 10000 10010111 110100 1011001 0 101001 100001001 1010001 100001

Color Harmonies of #481097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481097

Black with #481097

Text Example


Text Example

White with #481097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481097; }

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

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

background-color css

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

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

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

border-color css

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

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

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