Html Css Color HEX #442CA1 Blue Gem

📋 copy color: '#442CA1'

red 68 ◦ green 44 ◦ blue 161

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

Shades of Blue Gem #442CA1

Tints of Blue Gem #442CA1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 161 (63.28% from 255) = 58.97%

R = 24.91%
G = 16.12%
B = 58.97%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#442CA1 (or 0x442CA1) is known color: Blue Gem. HEX triplet: 44, 2C and A1. RGB value is (68,44,161). Sum of RGB (Red+Green+Blue) = 68+44+161=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #442CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CA1 is #BBD35E. Grayscale: #404040. Windows color (decimal): -12309343 or 10562628. OLE color: 10562628.

HSL color Cylindrical-coordinate representation of color #442CA1: hue angle of 252.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442CA1 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 44 161 -
CMYK 0.58 0.73 0 0.37
HSL 252.31º 0.57% 0.4% -
HSV(B) 252.31º 0.73% 0.63% -
XYZ 9.72 5.6 34.29 -
YUV 64.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 68 44 161 0.58 0.73 0 0.37 252.31 0.57 0.4
Hex 44 2C A1 3A 49 0 25 FC 39 28
Octal 104 54 241 72 111 0 45 374 71 50
Binary 1000100 101100 10100001 111010 1001001 0 100101 11111100 111001 101000

Color Harmonies of #442CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442CA1

Black with #442CA1

Text Example


Text Example

White with #442CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442CA1; }

 p { color: rgb(68,44,161); }

 H1.HeaderClassName
 {
   color: #442CA1;
 }
 .AnyTagClassName
 {
   color: #442CA1;
 }
</style>

background-color css

<style>
 a { background-color: #442CA1; }

 a { background-color: rgb(68,44,161); }

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

border-color css

<style>
 span { border-color: #442CA1; }

 span { border-color: rgb(68,44,161); }

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