Html Css Color HEX #3D219D Blue Gem

📋 copy color: '#3D219D'

red 61 ◦ green 33 ◦ blue 157

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

Shades of Blue Gem #3D219D

Tints of Blue Gem #3D219D

RGB

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

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

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

R = 24.3%
G = 13.15%
B = 62.55%

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

#3D219D (or 0x3D219D) is known color: Blue Gem. HEX triplet: 3D, 21 and 9D. RGB value is (61,33,157). Sum of RGB (Red+Green+Blue) = 61+33+157=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D219D is #C2DE62. Grayscale: #373737. Windows color (decimal): -12770915 or 10297661. OLE color: 10297661.

HSL color Cylindrical-coordinate representation of color #3D219D: hue angle of 253.55º 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 #3D219D is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 33 157 -
CMYK 0.61 0.79 0 0.38
HSL 253.55º 0.65% 0.37% -
HSV(B) 253.55º 0.79% 0.62% -
XYZ 8.55 4.51 32.32 -
YUV 55.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 61 33 157 0.61 0.79 0 0.38 253.55 0.65 0.37
Hex 3D 21 9D 3D 4F 0 26 FE 41 25
Octal 75 41 235 75 117 0 46 376 101 45
Binary 111101 100001 10011101 111101 1001111 0 100110 11111110 1000001 100101

Color Harmonies of #3D219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D219D

Black with #3D219D

Text Example


Text Example

White with #3D219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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