Html Css Color HEX #441FAB Blue Gem

📋 copy color: '#441FAB'

red 68 ◦ green 31 ◦ blue 171

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

Shades of Blue Gem #441FAB

Tints of Blue Gem #441FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 25.19%
G = 11.48%
B = 63.33%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#441FAB (or 0x441FAB) is known color: Blue Gem. HEX triplet: 44, 1F and AB. RGB value is (68,31,171). Sum of RGB (Red+Green+Blue) = 68+31+171=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #441FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FAB is #BBE054. Grayscale: #393939. Windows color (decimal): -12312661 or 11214660. OLE color: 11214660.

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

Color convert

RGB 68 31 171 -
CMYK 0.60 0.82 0 0.33
HSL 255.86º 0.69% 0.4% -
HSV(B) 255.86º 0.82% 0.67% -
XYZ 10.22 5.15 38.98 -
YUV 58.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 68 31 171 0.60 0.82 0 0.33 255.86 0.69 0.4
Hex 44 1F AB 3C 52 0 21 100 45 28
Octal 104 37 253 74 122 0 41 400 105 50
Binary 1000100 11111 10101011 111100 1010010 0 100001 100000000 1000101 101000

Color Harmonies of #441FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FAB

Black with #441FAB

Text Example


Text Example

White with #441FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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