Html Css Color HEX #413CAA Blue Gem

📋 copy color: '#413CAA'

red 65 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #413CAA

Tints of Blue Gem #413CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

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

R = 22.03%
G = 20.34%
B = 57.63%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#413CAA (or 0x413CAA) is known color: Blue Gem. HEX triplet: 41, 3C and AA. RGB value is (65,60,170). Sum of RGB (Red+Green+Blue) = 65+60+170=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #413CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CAA is #BEC355. Grayscale: #494949. Windows color (decimal): -12501846 or 11156545. OLE color: 11156545.

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

Color convert

RGB 65 60 170 -
CMYK 0.62 0.65 0 0.33
HSL 242.73º 0.48% 0.45% -
HSV(B) 242.73º 0.65% 0.67% -
XYZ 11.05 7.26 38.85 -
YUV 74.04 182.16 121.56 -
System Red Green Blue C M Y K H S L
Decimal 65 60 170 0.62 0.65 0 0.33 242.73 0.48 0.45
Hex 41 3C AA 3E 41 0 21 F3 30 2D
Octal 101 74 252 76 101 0 41 363 60 55
Binary 1000001 111100 10101010 111110 1000001 0 100001 11110011 110000 101101

Color Harmonies of #413CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CAA

Black with #413CAA

Text Example


Text Example

White with #413CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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