Html Css Color HEX #441FA0 Blue Gem

📋 copy color: '#441FA0'

red 68 ◦ green 31 ◦ blue 160

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

Shades of Blue Gem #441FA0

Tints of Blue Gem #441FA0

RGB

 RED value IS 68 (26.95% from 255) = 26.25%

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

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

R = 26.25%
G = 11.97%
B = 61.78%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#441FA0 (or 0x441FA0) is known color: Blue Gem. HEX triplet: 44, 1F and A0. RGB value is (68,31,160). Sum of RGB (Red+Green+Blue) = 68+31+160=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #441FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FA0 is #BBE05F. Grayscale: #383838. Windows color (decimal): -12312672 or 10493764. OLE color: 10493764.

HSL color Cylindrical-coordinate representation of color #441FA0: hue angle of 257.21º 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 #441FA0 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 31 160 -
CMYK 0.57 0.81 0 0.37
HSL 257.21º 0.68% 0.37% -
HSV(B) 257.21º 0.81% 0.63% -
XYZ 9.22 4.75 33.69 -
YUV 56.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 68 31 160 0.57 0.81 0 0.37 257.21 0.68 0.37
Hex 44 1F A0 39 51 0 25 101 44 25
Octal 104 37 240 71 121 0 45 401 104 45
Binary 1000100 11111 10100000 111001 1010001 0 100101 100000001 1000100 100101

Color Harmonies of #441FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FA0

Black with #441FA0

Text Example


Text Example

White with #441FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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