Html Css Color HEX #3D29A1 Blue Gem

📋 copy color: '#3D29A1'

red 61 ◦ green 41 ◦ blue 161

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

Shades of Blue Gem #3D29A1

Tints of Blue Gem #3D29A1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

 BLUE value IS 161 (63.28% from 255) = 61.22%

R = 23.19%
G = 15.59%
B = 61.22%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3D29A1 (or 0x3D29A1) is known color: Blue Gem. HEX triplet: 3D, 29 and A1. RGB value is (61,41,161). Sum of RGB (Red+Green+Blue) = 61+41+161=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #3D29A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D29A1 is #C2D65E. Grayscale: #3C3C3C. Windows color (decimal): -12768863 or 10561853. OLE color: 10561853.

HSL color Cylindrical-coordinate representation of color #3D29A1: hue angle of 250º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D29A1 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 41 161 -
CMYK 0.62 0.75 0 0.37
HSL 250º 0.59% 0.4% -
HSV(B) 250º 0.75% 0.63% -
XYZ 9.15 5.15 34.23 -
YUV 60.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 61 41 161 0.62 0.75 0 0.37 250 0.59 0.4
Hex 3D 29 A1 3E 4B 0 25 FA 3B 28
Octal 75 51 241 76 113 0 45 372 73 50
Binary 111101 101001 10100001 111110 1001011 0 100101 11111010 111011 101000

Color Harmonies of #3D29A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D29A1

Black with #3D29A1

Text Example


Text Example

White with #3D29A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,41,161); }

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

background-color css

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

 a { background-color: rgb(61,41,161); }

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

border-color css

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

 span { border-color: rgb(61,41,161); }

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