Html Css Color HEX #3A2491 Blue Gem

📋 copy color: '#3A2491'

red 58 ◦ green 36 ◦ blue 145

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

Shades of Blue Gem #3A2491

Tints of Blue Gem #3A2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

 BLUE value IS 145 (57.03% from 255) = 60.67%

R = 24.27%
G = 15.06%
B = 60.67%

CMYK

 C value IS 0.6

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A2491 (or 0x3A2491) is known color: Blue Gem. HEX triplet: 3A, 24 and 91. RGB value is (58,36,145). Sum of RGB (Red+Green+Blue) = 58+36+145=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A2491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2491 is #C5DB6E. Grayscale: #363636. Windows color (decimal): -12966767 or 9511994. OLE color: 9511994.

HSL color Cylindrical-coordinate representation of color #3A2491: hue angle of 252.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2491 is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 36 145 -
CMYK 0.6 0.75 0 0.43
HSL 252.11º 0.6% 0.35% -
HSV(B) 252.11º 0.75% 0.57% -
XYZ 7.49 4.21 27.21 -
YUV 55 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 58 36 145 0.6 0.75 0 0.43 252.11 0.6 0.35
Hex 3A 24 91 3C 4B 0 2B FC 3C 23
Octal 72 44 221 74 113 0 53 374 74 43
Binary 111010 100100 10010001 111100 1001011 0 101011 11111100 111100 100011

Color Harmonies of #3A2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2491

Black with #3A2491

Text Example


Text Example

White with #3A2491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,36,145); }

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

background-color css

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

 a { background-color: rgb(58,36,145); }

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

border-color css

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

 span { border-color: rgb(58,36,145); }

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