Html Css Color HEX #3E219E Blue Gem

📋 copy color: '#3E219E'

red 62 ◦ green 33 ◦ blue 158

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

Shades of Blue Gem #3E219E

Tints of Blue Gem #3E219E

RGB

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

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

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

R = 24.51%
G = 13.04%
B = 62.45%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E219E (or 0x3E219E) is known color: Blue Gem. HEX triplet: 3E, 21 and 9E. RGB value is (62,33,158). Sum of RGB (Red+Green+Blue) = 62+33+158=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E219E is #C1DE61. Grayscale: #373737. Windows color (decimal): -12705378 or 10363198. OLE color: 10363198.

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

Color convert

RGB 62 33 158 -
CMYK 0.61 0.79 0 0.38
HSL 253.92º 0.65% 0.37% -
HSV(B) 253.92º 0.79% 0.62% -
XYZ 8.7 4.58 32.77 -
YUV 55.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 62 33 158 0.61 0.79 0 0.38 253.92 0.65 0.37
Hex 3E 21 9E 3D 4F 0 26 FE 41 25
Octal 76 41 236 75 117 0 46 376 101 45
Binary 111110 100001 10011110 111101 1001111 0 100110 11111110 1000001 100101

Color Harmonies of #3E219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E219E

Black with #3E219E

Text Example


Text Example

White with #3E219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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