Html Css Color HEX #442397 Blue Gem

📋 copy color: '#442397'

red 68 ◦ green 35 ◦ blue 151

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

Shades of Blue Gem #442397

Tints of Blue Gem #442397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 26.77%
G = 13.78%
B = 59.45%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#442397 (or 0x442397) is known color: Blue Gem. HEX triplet: 44, 23 and 97. RGB value is (68,35,151). Sum of RGB (Red+Green+Blue) = 68+35+151=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #442397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442397 is #BBDC68. Grayscale: #393939. Windows color (decimal): -12311657 or 9904964. OLE color: 9904964.

HSL color Cylindrical-coordinate representation of color #442397: hue angle of 257.07º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442397 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 35 151 -
CMYK 0.55 0.77 0 0.41
HSL 257.07º 0.62% 0.36% -
HSV(B) 257.07º 0.77% 0.59% -
XYZ 8.57 4.67 29.73 -
YUV 58.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 68 35 151 0.55 0.77 0 0.41 257.07 0.62 0.36
Hex 44 23 97 37 4D 0 29 101 3E 24
Octal 104 43 227 67 115 0 51 401 76 44
Binary 1000100 100011 10010111 110111 1001101 0 101001 100000001 111110 100100

Color Harmonies of #442397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442397

Black with #442397

Text Example


Text Example

White with #442397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442397; }

 p { color: rgb(68,35,151); }

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

background-color css

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

 a { background-color: rgb(68,35,151); }

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

border-color css

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

 span { border-color: rgb(68,35,151); }

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