Html Css Color HEX #481797 Indigo

📋 copy color: '#481797'

red 72 ◦ green 23 ◦ blue 151

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

Shades of Indigo #481797

Tints of Indigo #481797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 29.27%
G = 9.35%
B = 61.38%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#481797 (or 0x481797) is known color: Indigo. HEX triplet: 48, 17 and 97. RGB value is (72,23,151). Sum of RGB (Red+Green+Blue) = 72+23+151=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #481797 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481797 is #B7E868. Grayscale: #333333. Windows color (decimal): -12052585 or 9901896. OLE color: 9901896.

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

Color convert

RGB 72 23 151 -
CMYK 0.52 0.85 0 0.41
HSL 262.97º 0.74% 0.34% -
HSV(B) 262.97º 0.85% 0.59% -
XYZ 8.56 4.22 29.64 -
YUV 52.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 72 23 151 0.52 0.85 0 0.41 262.97 0.74 0.34
Hex 48 17 97 34 55 0 29 107 4A 22
Octal 110 27 227 64 125 0 51 407 112 42
Binary 1001000 10111 10010111 110100 1010101 0 101001 100000111 1001010 100010

Color Harmonies of #481797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481797

Black with #481797

Text Example


Text Example

White with #481797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481797; }

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

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

background-color css

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

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

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

border-color css

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

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

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