Html Css Color HEX #481597 Indigo

📋 copy color: '#481597'

red 72 ◦ green 21 ◦ blue 151

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

Shades of Indigo #481597

Tints of Indigo #481597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 29.51%
G = 8.61%
B = 61.89%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#481597 (or 0x481597) is known color: Indigo. HEX triplet: 48, 15 and 97. RGB value is (72,21,151). Sum of RGB (Red+Green+Blue) = 72+21+151=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #481597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481597 is #B7EA68. Grayscale: #323232. Windows color (decimal): -12053097 or 9901384. OLE color: 9901384.

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

Color convert

RGB 72 21 151 -
CMYK 0.52 0.86 0 0.41
HSL 263.54º 0.76% 0.34% -
HSV(B) 263.54º 0.86% 0.59% -
XYZ 8.53 4.15 29.63 -
YUV 51.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 72 21 151 0.52 0.86 0 0.41 263.54 0.76 0.34
Hex 48 15 97 34 56 0 29 108 4C 22
Octal 110 25 227 64 126 0 51 410 114 42
Binary 1001000 10101 10010111 110100 1010110 0 101001 100001000 1001100 100010

Color Harmonies of #481597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481597

Black with #481597

Text Example


Text Example

White with #481597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481597; }

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

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

background-color css

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

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

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

border-color css

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

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

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