Html Css Color HEX #413193 Blue Gem

📋 copy color: '#413193'

red 65 ◦ green 49 ◦ blue 147

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

Shades of Blue Gem #413193

Tints of Blue Gem #413193

RGB

 RED value IS 65 (25.78% from 255) = 24.9%

 GREEN value IS 49 (19.53% from 255) = 18.77%

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 24.9%
G = 18.77%
B = 56.32%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413193 (or 0x413193) is known color: Blue Gem. HEX triplet: 41, 31 and 93. RGB value is (65,49,147). Sum of RGB (Red+Green+Blue) = 65+49+147=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #413193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413193 is #BECE6C. Grayscale: #404040. Windows color (decimal): -12504685 or 9646401. OLE color: 9646401.

HSL color Cylindrical-coordinate representation of color #413193: hue angle of 249.8º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413193 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 49 147 -
CMYK 0.56 0.67 0 0.42
HSL 249.8º 0.5% 0.38% -
HSV(B) 249.8º 0.67% 0.58% -
XYZ 8.54 5.43 28.2 -
YUV 64.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 65 49 147 0.56 0.67 0 0.42 249.8 0.5 0.38
Hex 41 31 93 38 43 0 2A FA 32 26
Octal 101 61 223 70 103 0 52 372 62 46
Binary 1000001 110001 10010011 111000 1000011 0 101010 11111010 110010 100110

Color Harmonies of #413193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413193

Black with #413193

Text Example


Text Example

White with #413193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413193; }

 p { color: rgb(65,49,147); }

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

background-color css

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

 a { background-color: rgb(65,49,147); }

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

border-color css

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

 span { border-color: rgb(65,49,147); }

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