Html Css Color HEX #481197 Indigo

📋 copy color: '#481197'

red 72 ◦ green 17 ◦ blue 151

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

Shades of Indigo #481197

Tints of Indigo #481197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

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

R = 30%
G = 7.08%
B = 62.92%

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

#481197 (or 0x481197) is known color: Indigo. HEX triplet: 48, 11 and 97. RGB value is (72,17,151). Sum of RGB (Red+Green+Blue) = 72+17+151=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #481197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481197 is #B7EE68. Grayscale: #303030. Windows color (decimal): -12054121 or 9900360. OLE color: 9900360.

HSL color Cylindrical-coordinate representation of color #481197: hue angle of 264.63º degrees, saturation: 0.8, 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 #481197 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 17 151 -
CMYK 0.52 0.89 0 0.41
HSL 264.63º 0.8% 0.33% -
HSV(B) 264.63º 0.89% 0.59% -
XYZ 8.46 4.01 29.61 -
YUV 48.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 72 17 151 0.52 0.89 0 0.41 264.63 0.8 0.33
Hex 48 11 97 34 59 0 29 109 50 21
Octal 110 21 227 64 131 0 51 411 120 41
Binary 1001000 10001 10010111 110100 1011001 0 101001 100001001 1010000 100001

Color Harmonies of #481197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481197

Black with #481197

Text Example


Text Example

White with #481197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481197; }

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

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

background-color css

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

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

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

border-color css

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

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

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