Html Css Color HEX #413AA1 Blue Gem

📋 copy color: '#413AA1'

red 65 ◦ green 58 ◦ blue 161

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

Shades of Blue Gem #413AA1

Tints of Blue Gem #413AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 56.69%

R = 22.89%
G = 20.42%
B = 56.69%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#413AA1 (or 0x413AA1) is known color: Blue Gem. HEX triplet: 41, 3A and A1. RGB value is (65,58,161). Sum of RGB (Red+Green+Blue) = 65+58+161=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #413AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AA1 is #BEC55E. Grayscale: #474747. Windows color (decimal): -12502367 or 10566209. OLE color: 10566209.

HSL color Cylindrical-coordinate representation of color #413AA1: hue angle of 244.08º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413AA1 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 58 161 -
CMYK 0.60 0.64 0 0.37
HSL 244.08º 0.47% 0.43% -
HSV(B) 244.08º 0.64% 0.63% -
XYZ 10.13 6.72 34.48 -
YUV 71.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 65 58 161 0.60 0.64 0 0.37 244.08 0.47 0.43
Hex 41 3A A1 3C 40 0 25 F4 2F 2B
Octal 101 72 241 74 100 0 45 364 57 53
Binary 1000001 111010 10100001 111100 1000000 0 100101 11110100 101111 101011

Color Harmonies of #413AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AA1

Black with #413AA1

Text Example


Text Example

White with #413AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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