Html Css Color HEX #3D1EAB Blue Gem

📋 copy color: '#3D1EAB'

red 61 ◦ green 30 ◦ blue 171

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

Shades of Blue Gem #3D1EAB

Tints of Blue Gem #3D1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 23.28%
G = 11.45%
B = 65.27%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D1EAB (or 0x3D1EAB) is known color: Blue Gem. HEX triplet: 3D, 1E and AB. RGB value is (61,30,171). Sum of RGB (Red+Green+Blue) = 61+30+171=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1EAB is #C2E154. Grayscale: #363636. Windows color (decimal): -12771669 or 11214397. OLE color: 11214397.

HSL color Cylindrical-coordinate representation of color #3D1EAB: hue angle of 253.19º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1EAB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 30 171 -
CMYK 0.64 0.82 0 0.33
HSL 253.19º 0.7% 0.39% -
HSV(B) 253.19º 0.82% 0.67% -
XYZ 9.74 4.86 38.95 -
YUV 55.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 61 30 171 0.64 0.82 0 0.33 253.19 0.7 0.39
Hex 3D 1E AB 40 52 0 21 FD 46 27
Octal 75 36 253 100 122 0 41 375 106 47
Binary 111101 11110 10101011 1000000 1010010 0 100001 11111101 1000110 100111

Color Harmonies of #3D1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1EAB

Black with #3D1EAB

Text Example


Text Example

White with #3D1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,30,171); }

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

background-color css

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

 a { background-color: rgb(61,30,171); }

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

border-color css

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

 span { border-color: rgb(61,30,171); }

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