Html Css Color HEX #481895 Indigo

📋 copy color: '#481895'

red 72 ◦ green 24 ◦ blue 149

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

Shades of Indigo #481895

Tints of Indigo #481895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.82%

R = 29.39%
G = 9.8%
B = 60.82%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#481895 (or 0x481895) is known color: Indigo. HEX triplet: 48, 18 and 95. RGB value is (72,24,149). Sum of RGB (Red+Green+Blue) = 72+24+149=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #481895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481895 is #B7E76A. Grayscale: #343434. Windows color (decimal): -12052331 or 9771080. OLE color: 9771080.

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

Color convert

RGB 72 24 149 -
CMYK 0.52 0.84 0 0.42
HSL 263.04º 0.72% 0.34% -
HSV(B) 263.04º 0.84% 0.58% -
XYZ 8.42 4.2 28.8 -
YUV 52.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 72 24 149 0.52 0.84 0 0.42 263.04 0.72 0.34
Hex 48 18 95 34 54 0 2A 107 48 22
Octal 110 30 225 64 124 0 52 407 110 42
Binary 1001000 11000 10010101 110100 1010100 0 101010 100000111 1001000 100010

Color Harmonies of #481895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481895

Black with #481895

Text Example


Text Example

White with #481895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481895; }

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

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

background-color css

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

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

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

border-color css

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

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

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