Html Css Color HEX #413AAF Blue Gem

📋 copy color: '#413AAF'

red 65 ◦ green 58 ◦ blue 175

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

Shades of Blue Gem #413AAF

Tints of Blue Gem #413AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.72%

R = 21.81%
G = 19.46%
B = 58.72%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#413AAF (or 0x413AAF) is known color: Blue Gem. HEX triplet: 41, 3A and AF. RGB value is (65,58,175). Sum of RGB (Red+Green+Blue) = 65+58+175=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #413AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AAF is #BEC550. Grayscale: #484848. Windows color (decimal): -12502353 or 11483713. OLE color: 11483713.

HSL color Cylindrical-coordinate representation of color #413AAF: hue angle of 243.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #413AAF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 58 175 -
CMYK 0.63 0.67 0 0.31
HSL 243.59º 0.5% 0.46% -
HSV(B) 243.59º 0.67% 0.69% -
XYZ 11.43 7.25 41.35 -
YUV 73.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 65 58 175 0.63 0.67 0 0.31 243.59 0.5 0.46
Hex 41 3A AF 3F 43 0 1F F4 32 2E
Octal 101 72 257 77 103 0 37 364 62 56
Binary 1000001 111010 10101111 111111 1000011 0 11111 11110100 110010 101110

Color Harmonies of #413AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413AAF

Black with #413AAF

Text Example


Text Example

White with #413AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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