Html Css Color HEX #3A1EAB Blue Gem

📋 copy color: '#3A1EAB'

red 58 ◦ green 30 ◦ blue 171

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

Shades of Blue Gem #3A1EAB

Tints of Blue Gem #3A1EAB

RGB

 RED value IS 58 (23.05% from 255) = 22.39%

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

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

R = 22.39%
G = 11.58%
B = 66.02%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A1EAB (or 0x3A1EAB) is known color: Blue Gem. HEX triplet: 3A, 1E and AB. RGB value is (58,30,171). Sum of RGB (Red+Green+Blue) = 58+30+171=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1EAB is #C5E154. Grayscale: #353535. Windows color (decimal): -12968277 or 11214394. OLE color: 11214394.

HSL color Cylindrical-coordinate representation of color #3A1EAB: hue angle of 251.91º 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 #3A1EAB is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 30 171 -
CMYK 0.66 0.82 0 0.33
HSL 251.91º 0.7% 0.39% -
HSV(B) 251.91º 0.82% 0.67% -
XYZ 9.56 4.77 38.94 -
YUV 54.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 58 30 171 0.66 0.82 0 0.33 251.91 0.7 0.39
Hex 3A 1E AB 42 52 0 21 FC 46 27
Octal 72 36 253 102 122 0 41 374 106 47
Binary 111010 11110 10101011 1000010 1010010 0 100001 11111100 1000110 100111

Color Harmonies of #3A1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1EAB

Black with #3A1EAB

Text Example


Text Example

White with #3A1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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