Html Css Color HEX #3A219B Blue Gem

📋 copy color: '#3A219B'

red 58 ◦ green 33 ◦ blue 155

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

Shades of Blue Gem #3A219B

Tints of Blue Gem #3A219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 23.58%
G = 13.41%
B = 63.01%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A219B (or 0x3A219B) is known color: Blue Gem. HEX triplet: 3A, 21 and 9B. RGB value is (58,33,155). Sum of RGB (Red+Green+Blue) = 58+33+155=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A219B is #C5DE64. Grayscale: #353535. Windows color (decimal): -12967525 or 10166586. OLE color: 10166586.

HSL color Cylindrical-coordinate representation of color #3A219B: hue angle of 252.3º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A219B is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 33 155 -
CMYK 0.63 0.79 0 0.39
HSL 252.3º 0.65% 0.37% -
HSV(B) 252.3º 0.79% 0.61% -
XYZ 8.21 4.35 31.42 -
YUV 54.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 58 33 155 0.63 0.79 0 0.39 252.3 0.65 0.37
Hex 3A 21 9B 3F 4F 0 27 FC 41 25
Octal 72 41 233 77 117 0 47 374 101 45
Binary 111010 100001 10011011 111111 1001111 0 100111 11111100 1000001 100101

Color Harmonies of #3A219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A219B

Black with #3A219B

Text Example


Text Example

White with #3A219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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