Html Css Color HEX #481FA0 Blue Gem

📋 copy color: '#481FA0'

red 72 ◦ green 31 ◦ blue 160

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

Shades of Blue Gem #481FA0

Tints of Blue Gem #481FA0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

 BLUE value IS 160 (62.89% from 255) = 60.84%

R = 27.38%
G = 11.79%
B = 60.84%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#481FA0 (or 0x481FA0) is known color: Blue Gem. HEX triplet: 48, 1F and A0. RGB value is (72,31,160). Sum of RGB (Red+Green+Blue) = 72+31+160=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #481FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481FA0 is #B7E05F. Grayscale: #393939. Windows color (decimal): -12050528 or 10493768. OLE color: 10493768.

HSL color Cylindrical-coordinate representation of color #481FA0: hue angle of 259.07º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481FA0 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 31 160 -
CMYK 0.55 0.81 0 0.37
HSL 259.07º 0.68% 0.37% -
HSV(B) 259.07º 0.81% 0.63% -
XYZ 9.51 4.9 33.7 -
YUV 57.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 72 31 160 0.55 0.81 0 0.37 259.07 0.68 0.37
Hex 48 1F A0 37 51 0 25 103 44 25
Octal 110 37 240 67 121 0 45 403 104 45
Binary 1001000 11111 10100000 110111 1010001 0 100101 100000011 1000100 100101

Color Harmonies of #481FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FA0

Black with #481FA0

Text Example


Text Example

White with #481FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481FA0; }

 p { color: rgb(72,31,160); }

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

background-color css

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

 a { background-color: rgb(72,31,160); }

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

border-color css

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

 span { border-color: rgb(72,31,160); }

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