Html Css Color HEX #3D1FAD Blue Gem

📋 copy color: '#3D1FAD'

red 61 ◦ green 31 ◦ blue 173

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

Shades of Blue Gem #3D1FAD

Tints of Blue Gem #3D1FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.28%

R = 23.02%
G = 11.7%
B = 65.28%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D1FAD (or 0x3D1FAD) is known color: Blue Gem. HEX triplet: 3D, 1F and AD. RGB value is (61,31,173). Sum of RGB (Red+Green+Blue) = 61+31+173=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D1FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FAD is #C2E052. Grayscale: #373737. Windows color (decimal): -12771411 or 11345725. OLE color: 11345725.

HSL color Cylindrical-coordinate representation of color #3D1FAD: hue angle of 252.68º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1FAD is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 31 173 -
CMYK 0.65 0.82 0 0.32
HSL 252.68º 0.7% 0.4% -
HSV(B) 252.68º 0.82% 0.68% -
XYZ 9.96 4.99 39.97 -
YUV 56.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 61 31 173 0.65 0.82 0 0.32 252.68 0.7 0.4
Hex 3D 1F AD 41 52 0 20 FD 46 28
Octal 75 37 255 101 122 0 40 375 106 50
Binary 111101 11111 10101101 1000001 1010010 0 100000 11111101 1000110 101000

Color Harmonies of #3D1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1FAD

Black with #3D1FAD

Text Example


Text Example

White with #3D1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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