Html Css Color HEX #3D1D9D Blue Gem

📋 copy color: '#3D1D9D'

red 61 ◦ green 29 ◦ blue 157

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

Shades of Blue Gem #3D1D9D

Tints of Blue Gem #3D1D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

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

R = 24.7%
G = 11.74%
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

#3D1D9D (or 0x3D1D9D) is known color: Blue Gem. HEX triplet: 3D, 1D and 9D. RGB value is (61,29,157). Sum of RGB (Red+Green+Blue) = 61+29+157=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 29 (11.72% from 255 or 11.74% 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 #3D1D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1D9D is #C2E262. Grayscale: #343434. Windows color (decimal): -12771939 or 10296637. OLE color: 10296637.

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

Color convert

RGB 61 29 157 -
CMYK 0.61 0.82 0 0.38
HSL 255º 0.69% 0.36% -
HSV(B) 255º 0.82% 0.62% -
XYZ 8.45 4.31 32.28 -
YUV 53.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 61 29 157 0.61 0.82 0 0.38 255 0.69 0.36
Hex 3D 1D 9D 3D 52 0 26 FF 45 24
Octal 75 35 235 75 122 0 46 377 105 44
Binary 111101 11101 10011101 111101 1010010 0 100110 11111111 1000101 100100

Color Harmonies of #3D1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1D9D

Black with #3D1D9D

Text Example


Text Example

White with #3D1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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