Html Css Color HEX #413194 Blue Gem

📋 copy color: '#413194'

red 65 ◦ green 49 ◦ blue 148

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

Shades of Blue Gem #413194

Tints of Blue Gem #413194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 24.81%
G = 18.7%
B = 56.49%

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

#413194 (or 0x413194) is known color: Blue Gem. HEX triplet: 41, 31 and 94. RGB value is (65,49,148). Sum of RGB (Red+Green+Blue) = 65+49+148=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #413194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413194 is #BECE6B. Grayscale: #404040. Windows color (decimal): -12504684 or 9711937. OLE color: 9711937.

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

Color convert

RGB 65 49 148 -
CMYK 0.56 0.67 0 0.42
HSL 249.7º 0.5% 0.39% -
HSV(B) 249.7º 0.67% 0.58% -
XYZ 8.62 5.46 28.62 -
YUV 65.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 65 49 148 0.56 0.67 0 0.42 249.7 0.5 0.39
Hex 41 31 94 38 43 0 2A FA 32 27
Octal 101 61 224 70 103 0 52 372 62 47
Binary 1000001 110001 10010100 111000 1000011 0 101010 11111010 110010 100111

Color Harmonies of #413194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413194

Black with #413194

Text Example


Text Example

White with #413194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413194; }

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

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

background-color css

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

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

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

border-color css

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

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

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