Html Css Color HEX #3A219F Blue Gem

📋 copy color: '#3A219F'

red 58 ◦ green 33 ◦ blue 159

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

Shades of Blue Gem #3A219F

Tints of Blue Gem #3A219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 23.2%
G = 13.2%
B = 63.6%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A219F (or 0x3A219F) is known color: Blue Gem. HEX triplet: 3A, 21 and 9F. RGB value is (58,33,159). Sum of RGB (Red+Green+Blue) = 58+33+159=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A219F is #C5DE60. Grayscale: #363636. Windows color (decimal): -12967521 or 10428730. OLE color: 10428730.

HSL color Cylindrical-coordinate representation of color #3A219F: hue angle of 251.9º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A219F is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 33 159 -
CMYK 0.64 0.79 0 0.38
HSL 251.9º 0.66% 0.38% -
HSV(B) 251.9º 0.79% 0.62% -
XYZ 8.55 4.49 33.22 -
YUV 54.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 58 33 159 0.64 0.79 0 0.38 251.9 0.66 0.38
Hex 3A 21 9F 40 4F 0 26 FC 42 26
Octal 72 41 237 100 117 0 46 374 102 46
Binary 111010 100001 10011111 1000000 1001111 0 100110 11111100 1000010 100110

Color Harmonies of #3A219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A219F

Black with #3A219F

Text Example


Text Example

White with #3A219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,33,159); }

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

background-color css

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

 a { background-color: rgb(58,33,159); }

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

border-color css

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

 span { border-color: rgb(58,33,159); }

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