Html Css Color HEX #3A2391 Blue Gem

📋 copy color: '#3A2391'

red 58 ◦ green 35 ◦ blue 145

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

Shades of Blue Gem #3A2391

Tints of Blue Gem #3A2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 24.37%
G = 14.71%
B = 60.92%

CMYK

 C value IS 0.6

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A2391 (or 0x3A2391) is known color: Blue Gem. HEX triplet: 3A, 23 and 91. RGB value is (58,35,145). Sum of RGB (Red+Green+Blue) = 58+35+145=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A2391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2391 is #C5DC6E. Grayscale: #363636. Windows color (decimal): -12967023 or 9511738. OLE color: 9511738.

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

Color convert

RGB 58 35 145 -
CMYK 0.6 0.76 0 0.43
HSL 252.55º 0.61% 0.35% -
HSV(B) 252.55º 0.76% 0.57% -
XYZ 7.46 4.15 27.2 -
YUV 54.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 58 35 145 0.6 0.76 0 0.43 252.55 0.61 0.35
Hex 3A 23 91 3C 4C 0 2B FD 3D 23
Octal 72 43 221 74 114 0 53 375 75 43
Binary 111010 100011 10010001 111100 1001100 0 101011 11111101 111101 100011

Color Harmonies of #3A2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2391

Black with #3A2391

Text Example


Text Example

White with #3A2391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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