Html Css Color HEX #441F9D Blue Gem

📋 copy color: '#441F9D'

red 68 ◦ green 31 ◦ blue 157

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

Shades of Blue Gem #441F9D

Tints of Blue Gem #441F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 26.56%
G = 12.11%
B = 61.33%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#441F9D (or 0x441F9D) is known color: Blue Gem. HEX triplet: 44, 1F and 9D. RGB value is (68,31,157). Sum of RGB (Red+Green+Blue) = 68+31+157=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #441F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F9D is #BBE062. Grayscale: #373737. Windows color (decimal): -12312675 or 10297156. OLE color: 10297156.

HSL color Cylindrical-coordinate representation of color #441F9D: hue angle of 257.62º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441F9D is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 31 157 -
CMYK 0.57 0.80 0 0.38
HSL 257.62º 0.67% 0.37% -
HSV(B) 257.62º 0.8% 0.62% -
XYZ 8.96 4.64 32.32 -
YUV 56.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 68 31 157 0.57 0.80 0 0.38 257.62 0.67 0.37
Hex 44 1F 9D 39 50 0 26 102 43 25
Octal 104 37 235 71 120 0 46 402 103 45
Binary 1000100 11111 10011101 111001 1010000 0 100110 100000010 1000011 100101

Color Harmonies of #441F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F9D

Black with #441F9D

Text Example


Text Example

White with #441F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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