Html Css Color HEX #3D1E9D Blue Gem

📋 copy color: '#3D1E9D'

red 61 ◦ green 30 ◦ blue 157

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

Shades of Blue Gem #3D1E9D

Tints of Blue Gem #3D1E9D

RGB

 RED value IS 61 (24.22% from 255) = 24.6%

 GREEN value IS 30 (12.11% from 255) = 12.1%

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

R = 24.6%
G = 12.1%
B = 63.31%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3D1E9D (or 0x3D1E9D) is known color: Blue Gem. HEX triplet: 3D, 1E and 9D. RGB value is (61,30,157). Sum of RGB (Red+Green+Blue) = 61+30+157=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D1E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1E9D is #C2E162. Grayscale: #353535. Windows color (decimal): -12771683 or 10296893. OLE color: 10296893.

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

Color convert

RGB 61 30 157 -
CMYK 0.61 0.81 0 0.38
HSL 254.65º 0.68% 0.37% -
HSV(B) 254.65º 0.81% 0.62% -
XYZ 8.47 4.35 32.29 -
YUV 53.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 61 30 157 0.61 0.81 0 0.38 254.65 0.68 0.37
Hex 3D 1E 9D 3D 51 0 26 FF 44 25
Octal 75 36 235 75 121 0 46 377 104 45
Binary 111101 11110 10011101 111101 1010001 0 100110 11111111 1000100 100101

Color Harmonies of #3D1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1E9D

Black with #3D1E9D

Text Example


Text Example

White with #3D1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,30,157); }

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

background-color css

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

 a { background-color: rgb(61,30,157); }

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

border-color css

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

 span { border-color: rgb(61,30,157); }

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