Html Css Color HEX #441C99 Blue Gem

📋 copy color: '#441C99'

red 68 ◦ green 28 ◦ blue 153

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

Shades of Blue Gem #441C99

Tints of Blue Gem #441C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.45%

R = 27.31%
G = 11.24%
B = 61.45%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#441C99 (or 0x441C99) is known color: Blue Gem. HEX triplet: 44, 1C and 99. RGB value is (68,28,153). Sum of RGB (Red+Green+Blue) = 68+28+153=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #441C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441C99 is #BBE366. Grayscale: #353535. Windows color (decimal): -12313447 or 10034244. OLE color: 10034244.

HSL color Cylindrical-coordinate representation of color #441C99: hue angle of 259.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441C99 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 28 153 -
CMYK 0.56 0.82 0 0.4
HSL 259.2º 0.69% 0.35% -
HSV(B) 259.2º 0.82% 0.6% -
XYZ 8.55 4.36 30.53 -
YUV 54.21 183.75 137.84 -
System Red Green Blue C M Y K H S L
Decimal 68 28 153 0.56 0.82 0 0.4 259.2 0.69 0.35
Hex 44 1C 99 38 52 0 28 103 45 23
Octal 104 34 231 70 122 0 50 403 105 43
Binary 1000100 11100 10011001 111000 1010010 0 101000 100000011 1000101 100011

Color Harmonies of #441C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C99

Black with #441C99

Text Example


Text Example

White with #441C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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