Html Css Color HEX #3E319E Blue Gem

📋 copy color: '#3E319E'

red 62 ◦ green 49 ◦ blue 158

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

Shades of Blue Gem #3E319E

Tints of Blue Gem #3E319E

RGB

 RED value IS 62 (24.61% from 255) = 23.05%

 GREEN value IS 49 (19.53% from 255) = 18.22%

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 23.05%
G = 18.22%
B = 58.74%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E319E (or 0x3E319E) is known color: Blue Gem. HEX triplet: 3E, 31 and 9E. RGB value is (62,49,158). Sum of RGB (Red+Green+Blue) = 62+49+158=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E319E is #C1CE61. Grayscale: #404040. Windows color (decimal): -12701282 or 10367294. OLE color: 10367294.

HSL color Cylindrical-coordinate representation of color #3E319E: hue angle of 247.16º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E319E is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 49 158 -
CMYK 0.61 0.69 0 0.38
HSL 247.16º 0.53% 0.41% -
HSV(B) 247.16º 0.69% 0.62% -
XYZ 9.26 5.69 32.96 -
YUV 65.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 62 49 158 0.61 0.69 0 0.38 247.16 0.53 0.41
Hex 3E 31 9E 3D 45 0 26 F7 35 29
Octal 76 61 236 75 105 0 46 367 65 51
Binary 111110 110001 10011110 111101 1000101 0 100110 11110111 110101 101001

Color Harmonies of #3E319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E319E

Black with #3E319E

Text Example


Text Example

White with #3E319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E319E; }

 p { color: rgb(62,49,158); }

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

background-color css

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

 a { background-color: rgb(62,49,158); }

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

border-color css

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

 span { border-color: rgb(62,49,158); }

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