Html Css Color HEX #413090 Blue Gem

📋 copy color: '#413090'

red 65 ◦ green 48 ◦ blue 144

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

Shades of Blue Gem #413090

Tints of Blue Gem #413090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 25.29%
G = 18.68%
B = 56.03%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#413090 (or 0x413090) is known color: Blue Gem. HEX triplet: 41, 30 and 90. RGB value is (65,48,144). Sum of RGB (Red+Green+Blue) = 65+48+144=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #413090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413090 is #BECF6F. Grayscale: #3F3F3F. Windows color (decimal): -12504944 or 9449537. OLE color: 9449537.

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

Color convert

RGB 65 48 144 -
CMYK 0.55 0.67 0 0.44
HSL 250.63º 0.5% 0.38% -
HSV(B) 250.63º 0.67% 0.56% -
XYZ 8.27 5.25 26.96 -
YUV 64.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 65 48 144 0.55 0.67 0 0.44 250.63 0.5 0.38
Hex 41 30 90 37 43 0 2C FB 32 26
Octal 101 60 220 67 103 0 54 373 62 46
Binary 1000001 110000 10010000 110111 1000011 0 101100 11111011 110010 100110

Color Harmonies of #413090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413090

Black with #413090

Text Example


Text Example

White with #413090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413090; }

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

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

background-color css

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

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

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

border-color css

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

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

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