Html Css Color HEX #413094 Blue Gem

📋 copy color: '#413094'

red 65 ◦ green 48 ◦ blue 148

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

Shades of Blue Gem #413094

Tints of Blue Gem #413094

RGB

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

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

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

R = 24.9%
G = 18.39%
B = 56.7%

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

#413094 (or 0x413094) is known color: Blue Gem. HEX triplet: 41, 30 and 94. RGB value is (65,48,148). Sum of RGB (Red+Green+Blue) = 65+48+148=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #413094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413094 is #BECF6B. Grayscale: #404040. Windows color (decimal): -12504940 or 9711681. OLE color: 9711681.

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

Color convert

RGB 65 48 148 -
CMYK 0.56 0.68 0 0.42
HSL 250.2º 0.51% 0.38% -
HSV(B) 250.2º 0.68% 0.58% -
XYZ 8.58 5.38 28.6 -
YUV 64.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 65 48 148 0.56 0.68 0 0.42 250.2 0.51 0.38
Hex 41 30 94 38 44 0 2A FA 33 26
Octal 101 60 224 70 104 0 52 372 63 46
Binary 1000001 110000 10010100 111000 1000100 0 101010 11111010 110011 100110

Color Harmonies of #413094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413094

Black with #413094

Text Example


Text Example

White with #413094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413094; }

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

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

background-color css

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

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

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

border-color css

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

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

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