Html Css Color HEX #392199 Blue Gem

📋 copy color: '#392199'

red 57 ◦ green 33 ◦ blue 153

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

Shades of Blue Gem #392199

Tints of Blue Gem #392199

RGB

 RED value IS 57 (22.66% from 255) = 23.46%

 GREEN value IS 33 (13.28% from 255) = 13.58%

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

R = 23.46%
G = 13.58%
B = 62.96%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#392199 (or 0x392199) is known color: Blue Gem. HEX triplet: 39, 21 and 99. RGB value is (57,33,153). Sum of RGB (Red+Green+Blue) = 57+33+153=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #392199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392199 is #C6DE66. Grayscale: #353535. Windows color (decimal): -13033063 or 10035513. OLE color: 10035513.

HSL color Cylindrical-coordinate representation of color #392199: hue angle of 252º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392199 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 33 153 -
CMYK 0.63 0.78 0 0.4
HSL 252º 0.65% 0.36% -
HSV(B) 252º 0.78% 0.6% -
XYZ 7.98 4.26 30.54 -
YUV 53.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 57 33 153 0.63 0.78 0 0.4 252 0.65 0.36
Hex 39 21 99 3F 4E 0 28 FC 41 24
Octal 71 41 231 77 116 0 50 374 101 44
Binary 111001 100001 10011001 111111 1001110 0 101000 11111100 1000001 100100

Color Harmonies of #392199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392199

Black with #392199

Text Example


Text Example

White with #392199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392199; }

 p { color: rgb(57,33,153); }

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

background-color css

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

 a { background-color: rgb(57,33,153); }

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

border-color css

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

 span { border-color: rgb(57,33,153); }

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