Html Css Color HEX #413095 Blue Gem

📋 copy color: '#413095'

red 65 ◦ green 48 ◦ blue 149

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

Shades of Blue Gem #413095

Tints of Blue Gem #413095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 24.81%
G = 18.32%
B = 56.87%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413095 (or 0x413095) is known color: Blue Gem. HEX triplet: 41, 30 and 95. RGB value is (65,48,149). Sum of RGB (Red+Green+Blue) = 65+48+149=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #413095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413095 is #BECF6A. Grayscale: #404040. Windows color (decimal): -12504939 or 9777217. OLE color: 9777217.

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

Color convert

RGB 65 48 149 -
CMYK 0.56 0.68 0 0.42
HSL 250.1º 0.51% 0.39% -
HSV(B) 250.1º 0.68% 0.58% -
XYZ 8.66 5.41 29.02 -
YUV 64.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 65 48 149 0.56 0.68 0 0.42 250.1 0.51 0.39
Hex 41 30 95 38 44 0 2A FA 33 27
Octal 101 60 225 70 104 0 52 372 63 47
Binary 1000001 110000 10010101 111000 1000100 0 101010 11111010 110011 100111

Color Harmonies of #413095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413095

Black with #413095

Text Example


Text Example

White with #413095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413095; }

 p { color: rgb(65,48,149); }

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

background-color css

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

 a { background-color: rgb(65,48,149); }

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

border-color css

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

 span { border-color: rgb(65,48,149); }

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