Html Css Color HEX #3D1F9B Blue Gem

📋 copy color: '#3D1F9B'

red 61 ◦ green 31 ◦ blue 155

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

Shades of Blue Gem #3D1F9B

Tints of Blue Gem #3D1F9B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.55%

 BLUE value IS 155 (60.94% from 255) = 62.75%

R = 24.7%
G = 12.55%
B = 62.75%

CMYK

 C value IS 0.61

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D1F9B (or 0x3D1F9B) is known color: Blue Gem. HEX triplet: 3D, 1F and 9B. RGB value is (61,31,155). Sum of RGB (Red+Green+Blue) = 61+31+155=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D1F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1F9B is #C2E064. Grayscale: #353535. Windows color (decimal): -12771429 or 10166077. OLE color: 10166077.

HSL color Cylindrical-coordinate representation of color #3D1F9B: hue angle of 254.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D1F9B is Cyan = 0.61, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 31 155 -
CMYK 0.61 0.8 0 0.39
HSL 254.52º 0.67% 0.36% -
HSV(B) 254.52º 0.8% 0.61% -
XYZ 8.33 4.34 31.41 -
YUV 54.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 61 31 155 0.61 0.8 0 0.39 254.52 0.67 0.36
Hex 3D 1F 9B 3D 50 0 27 FF 43 24
Octal 75 37 233 75 120 0 47 377 103 44
Binary 111101 11111 10011011 111101 1010000 0 100111 11111111 1000011 100100

Color Harmonies of #3D1F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F9B

Black with #3D1F9B

Text Example


Text Example

White with #3D1F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,155); }

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

background-color css

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

 a { background-color: rgb(61,31,155); }

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

border-color css

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

 span { border-color: rgb(61,31,155); }

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