Html Css Color HEX #413DAA Blue Gem

📋 copy color: '#413DAA'

red 65 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #413DAA

Tints of Blue Gem #413DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 21.96%
G = 20.61%
B = 57.43%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#413DAA (or 0x413DAA) is known color: Blue Gem. HEX triplet: 41, 3D and AA. RGB value is (65,61,170). Sum of RGB (Red+Green+Blue) = 65+61+170=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #413DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DAA is #BEC255. Grayscale: #4A4A4A. Windows color (decimal): -12501590 or 11156801. OLE color: 11156801.

HSL color Cylindrical-coordinate representation of color #413DAA: hue angle of 242.2º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413DAA is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 61 170 -
CMYK 0.62 0.64 0 0.33
HSL 242.2º 0.47% 0.45% -
HSV(B) 242.2º 0.64% 0.67% -
XYZ 11.1 7.36 38.87 -
YUV 74.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 65 61 170 0.62 0.64 0 0.33 242.2 0.47 0.45
Hex 41 3D AA 3E 40 0 21 F2 2F 2D
Octal 101 75 252 76 100 0 41 362 57 55
Binary 1000001 111101 10101010 111110 1000000 0 100001 11110010 101111 101101

Color Harmonies of #413DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DAA

Black with #413DAA

Text Example


Text Example

White with #413DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,170); }

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

background-color css

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

 a { background-color: rgb(65,61,170); }

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

border-color css

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

 span { border-color: rgb(65,61,170); }

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