Html Css Color HEX #441FA7 Blue Gem

📋 copy color: '#441FA7'

red 68 ◦ green 31 ◦ blue 167

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

Shades of Blue Gem #441FA7

Tints of Blue Gem #441FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 62.78%

R = 25.56%
G = 11.65%
B = 62.78%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#441FA7 (or 0x441FA7) is known color: Blue Gem. HEX triplet: 44, 1F and A7. RGB value is (68,31,167). Sum of RGB (Red+Green+Blue) = 68+31+167=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 167 (65.62% from 255 or 62.78% from 266); Max value from RGB is 167 - color contains mainly: blue. Hex color #441FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FA7 is #BBE058. Grayscale: #393939. Windows color (decimal): -12312665 or 10952516. OLE color: 10952516.

HSL color Cylindrical-coordinate representation of color #441FA7: hue angle of 256.32º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441FA7 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 31 167 -
CMYK 0.59 0.81 0 0.35
HSL 256.32º 0.69% 0.39% -
HSV(B) 256.32º 0.81% 0.65% -
XYZ 9.85 5 37.01 -
YUV 57.57 189.76 135.44 -
System Red Green Blue C M Y K H S L
Decimal 68 31 167 0.59 0.81 0 0.35 256.32 0.69 0.39
Hex 44 1F A7 3B 51 0 23 100 45 27
Octal 104 37 247 73 121 0 43 400 105 47
Binary 1000100 11111 10100111 111011 1010001 0 100011 100000000 1000101 100111

Color Harmonies of #441FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FA7

Black with #441FA7

Text Example


Text Example

White with #441FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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