Html Css Color HEX #481897 Indigo

📋 copy color: '#481897'

red 72 ◦ green 24 ◦ blue 151

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

Shades of Indigo #481897

Tints of Indigo #481897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 29.15%
G = 9.72%
B = 61.13%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#481897 (or 0x481897) is known color: Indigo. HEX triplet: 48, 18 and 97. RGB value is (72,24,151). Sum of RGB (Red+Green+Blue) = 72+24+151=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #481897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481897 is #B7E768. Grayscale: #343434. Windows color (decimal): -12052329 or 9902152. OLE color: 9902152.

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

Color convert

RGB 72 24 151 -
CMYK 0.52 0.84 0 0.41
HSL 262.68º 0.73% 0.34% -
HSV(B) 262.68º 0.84% 0.59% -
XYZ 8.59 4.27 29.65 -
YUV 52.83 183.4 141.67 -
System Red Green Blue C M Y K H S L
Decimal 72 24 151 0.52 0.84 0 0.41 262.68 0.73 0.34
Hex 48 18 97 34 54 0 29 107 49 22
Octal 110 30 227 64 124 0 51 407 111 42
Binary 1001000 11000 10010111 110100 1010100 0 101001 100000111 1001001 100010

Color Harmonies of #481897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481897

Black with #481897

Text Example


Text Example

White with #481897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481897; }

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

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

background-color css

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

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

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

border-color css

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

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

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