Html Css Color HEX #441F95 Blue Gem

📋 copy color: '#441F95'

red 68 ◦ green 31 ◦ blue 149

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

Shades of Blue Gem #441F95

Tints of Blue Gem #441F95

RGB

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

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

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

R = 27.42%
G = 12.5%
B = 60.08%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441F95 (or 0x441F95) is known color: Blue Gem. HEX triplet: 44, 1F and 95. RGB value is (68,31,149). Sum of RGB (Red+Green+Blue) = 68+31+149=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #441F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F95 is #BBE06A. Grayscale: #373737. Windows color (decimal): -12312683 or 9772868. OLE color: 9772868.

HSL color Cylindrical-coordinate representation of color #441F95: hue angle of 258.81º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441F95 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 31 149 -
CMYK 0.54 0.79 0 0.42
HSL 258.81º 0.66% 0.35% -
HSV(B) 258.81º 0.79% 0.58% -
XYZ 8.3 4.38 28.84 -
YUV 55.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 68 31 149 0.54 0.79 0 0.42 258.81 0.66 0.35
Hex 44 1F 95 36 4F 0 2A 103 42 23
Octal 104 37 225 66 117 0 52 403 102 43
Binary 1000100 11111 10010101 110110 1001111 0 101010 100000011 1000010 100011

Color Harmonies of #441F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F95

Black with #441F95

Text Example


Text Example

White with #441F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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