Html Css Color HEX #413AA9 Blue Gem

📋 copy color: '#413AA9'

red 65 ◦ green 58 ◦ blue 169

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

Shades of Blue Gem #413AA9

Tints of Blue Gem #413AA9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.86%

 BLUE value IS 169 (66.41% from 255) = 57.88%

R = 22.26%
G = 19.86%
B = 57.88%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#413AA9 (or 0x413AA9) is known color: Blue Gem. HEX triplet: 41, 3A and A9. RGB value is (65,58,169). Sum of RGB (Red+Green+Blue) = 65+58+169=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #413AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AA9 is #BEC556. Grayscale: #484848. Windows color (decimal): -12502359 or 11090497. OLE color: 11090497.

HSL color Cylindrical-coordinate representation of color #413AA9: hue angle of 243.78º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413AA9 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 58 169 -
CMYK 0.62 0.66 0 0.34
HSL 243.78º 0.49% 0.45% -
HSV(B) 243.78º 0.66% 0.66% -
XYZ 10.85 7.01 38.32 -
YUV 72.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 65 58 169 0.62 0.66 0 0.34 243.78 0.49 0.45
Hex 41 3A A9 3E 42 0 22 F4 31 2D
Octal 101 72 251 76 102 0 42 364 61 55
Binary 1000001 111010 10101001 111110 1000010 0 100010 11110100 110001 101101

Color Harmonies of #413AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AA9

Black with #413AA9

Text Example


Text Example

White with #413AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413AA9; }

 p { color: rgb(65,58,169); }

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

background-color css

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

 a { background-color: rgb(65,58,169); }

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

border-color css

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

 span { border-color: rgb(65,58,169); }

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