Html Css Color HEX #3E1C9D Blue Gem

📋 copy color: '#3E1C9D'

red 62 ◦ green 28 ◦ blue 157

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

Shades of Blue Gem #3E1C9D

Tints of Blue Gem #3E1C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

 BLUE value IS 157 (61.72% from 255) = 63.56%

R = 25.1%
G = 11.34%
B = 63.56%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E1C9D (or 0x3E1C9D) is known color: Blue Gem. HEX triplet: 3E, 1C and 9D. RGB value is (62,28,157). Sum of RGB (Red+Green+Blue) = 62+28+157=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E1C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1C9D is #C1E362. Grayscale: #343434. Windows color (decimal): -12706659 or 10296382. OLE color: 10296382.

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

Color convert

RGB 62 28 157 -
CMYK 0.61 0.82 0 0.38
HSL 255.81º 0.7% 0.36% -
HSV(B) 255.81º 0.82% 0.62% -
XYZ 8.49 4.29 32.28 -
YUV 52.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 62 28 157 0.61 0.82 0 0.38 255.81 0.7 0.36
Hex 3E 1C 9D 3D 52 0 26 100 46 24
Octal 76 34 235 75 122 0 46 400 106 44
Binary 111110 11100 10011101 111101 1010010 0 100110 100000000 1000110 100100

Color Harmonies of #3E1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1C9D

Black with #3E1C9D

Text Example


Text Example

White with #3E1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,28,157); }

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

background-color css

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

 a { background-color: rgb(62,28,157); }

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

border-color css

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

 span { border-color: rgb(62,28,157); }

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