Html Css Color HEX #442793 Blue Gem

📋 copy color: '#442793'

red 68 ◦ green 39 ◦ blue 147

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

Shades of Blue Gem #442793

Tints of Blue Gem #442793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 26.77%
G = 15.35%
B = 57.87%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442793 (or 0x442793) is known color: Blue Gem. HEX triplet: 44, 27 and 93. RGB value is (68,39,147). Sum of RGB (Red+Green+Blue) = 68+39+147=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #442793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442793 is #BBD86C. Grayscale: #3B3B3B. Windows color (decimal): -12310637 or 9643844. OLE color: 9643844.

HSL color Cylindrical-coordinate representation of color #442793: hue angle of 256.11º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442793 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 39 147 -
CMYK 0.54 0.73 0 0.42
HSL 256.11º 0.58% 0.36% -
HSV(B) 256.11º 0.73% 0.58% -
XYZ 8.38 4.79 28.09 -
YUV 59.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 68 39 147 0.54 0.73 0 0.42 256.11 0.58 0.36
Hex 44 27 93 36 49 0 2A 100 3A 24
Octal 104 47 223 66 111 0 52 400 72 44
Binary 1000100 100111 10010011 110110 1001001 0 101010 100000000 111010 100100

Color Harmonies of #442793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442793

Black with #442793

Text Example


Text Example

White with #442793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442793; }

 p { color: rgb(68,39,147); }

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

background-color css

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

 a { background-color: rgb(68,39,147); }

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

border-color css

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

 span { border-color: rgb(68,39,147); }

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