Html Css Color HEX #413AAA Blue Gem

📋 copy color: '#413AAA'

red 65 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #413AAA

Tints of Blue Gem #413AAA

RGB

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

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

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

R = 22.18%
G = 19.8%
B = 58.02%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#413AAA (or 0x413AAA) is known color: Blue Gem. HEX triplet: 41, 3A and AA. RGB value is (65,58,170). Sum of RGB (Red+Green+Blue) = 65+58+170=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #413AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAA is #BEC555. Grayscale: #484848. Windows color (decimal): -12502358 or 11156033. OLE color: 11156033.

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

Color convert

RGB 65 58 170 -
CMYK 0.62 0.66 0 0.33
HSL 243.75º 0.49% 0.45% -
HSV(B) 243.75º 0.66% 0.67% -
XYZ 10.95 7.05 38.81 -
YUV 72.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 65 58 170 0.62 0.66 0 0.33 243.75 0.49 0.45
Hex 41 3A AA 3E 42 0 21 F4 31 2D
Octal 101 72 252 76 102 0 41 364 61 55
Binary 1000001 111010 10101010 111110 1000010 0 100001 11110100 110001 101101

Color Harmonies of #413AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AAA

Black with #413AAA

Text Example


Text Example

White with #413AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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