Html Css Color HEX #413AAD Blue Gem

📋 copy color: '#413AAD'

red 65 ◦ green 58 ◦ blue 173

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

Shades of Blue Gem #413AAD

Tints of Blue Gem #413AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 21.96%
G = 19.59%
B = 58.45%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#413AAD (or 0x413AAD) is known color: Blue Gem. HEX triplet: 41, 3A and AD. RGB value is (65,58,173). Sum of RGB (Red+Green+Blue) = 65+58+173=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #413AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAD is #BEC552. Grayscale: #484848. Windows color (decimal): -12502355 or 11352641. OLE color: 11352641.

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

Color convert

RGB 65 58 173 -
CMYK 0.62 0.66 0 0.32
HSL 243.65º 0.5% 0.45% -
HSV(B) 243.65º 0.66% 0.68% -
XYZ 11.24 7.17 40.33 -
YUV 73.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 65 58 173 0.62 0.66 0 0.32 243.65 0.5 0.45
Hex 41 3A AD 3E 42 0 20 F4 32 2D
Octal 101 72 255 76 102 0 40 364 62 55
Binary 1000001 111010 10101101 111110 1000010 0 100000 11110100 110010 101101

Color Harmonies of #413AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AAD

Black with #413AAD

Text Example


Text Example

White with #413AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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