Html Css Color HEX #441CA9 Blue Gem

📋 copy color: '#441CA9'

red 68 ◦ green 28 ◦ blue 169

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

Shades of Blue Gem #441CA9

Tints of Blue Gem #441CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.57%

 BLUE value IS 169 (66.41% from 255) = 63.77%

R = 25.66%
G = 10.57%
B = 63.77%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#441CA9 (or 0x441CA9) is known color: Blue Gem. HEX triplet: 44, 1C and A9. RGB value is (68,28,169). Sum of RGB (Red+Green+Blue) = 68+28+169=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 169 (66.41% from 255 or 63.77% from 265); Max value from RGB is 169 - color contains mainly: blue. Hex color #441CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441CA9 is #BBE356. Grayscale: #373737. Windows color (decimal): -12313431 or 11082820. OLE color: 11082820.

HSL color Cylindrical-coordinate representation of color #441CA9: hue angle of 257.02º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441CA9 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 28 169 -
CMYK 0.60 0.83 0 0.34
HSL 257.02º 0.72% 0.39% -
HSV(B) 257.02º 0.83% 0.66% -
XYZ 9.96 4.92 37.96 -
YUV 56.03 191.75 136.54 -
System Red Green Blue C M Y K H S L
Decimal 68 28 169 0.60 0.83 0 0.34 257.02 0.72 0.39
Hex 44 1C A9 3C 53 0 22 101 48 27
Octal 104 34 251 74 123 0 42 401 110 47
Binary 1000100 11100 10101001 111100 1010011 0 100010 100000001 1001000 100111

Color Harmonies of #441CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CA9

Black with #441CA9

Text Example


Text Example

White with #441CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,28,169); }

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

background-color css

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

 a { background-color: rgb(68,28,169); }

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

border-color css

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

 span { border-color: rgb(68,28,169); }

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