Html Css Color HEX #413CAF Blue Gem

📋 copy color: '#413CAF'

red 65 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #413CAF

Tints of Blue Gem #413CAF

RGB

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

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

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

R = 21.67%
G = 20%
B = 58.33%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#413CAF (or 0x413CAF) is known color: Blue Gem. HEX triplet: 41, 3C and AF. RGB value is (65,60,175). Sum of RGB (Red+Green+Blue) = 65+60+175=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #413CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413CAF is #BEC350. Grayscale: #4A4A4A. Windows color (decimal): -12501841 or 11484225. OLE color: 11484225.

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

Color convert

RGB 65 60 175 -
CMYK 0.63 0.66 0 0.31
HSL 242.61º 0.49% 0.46% -
HSV(B) 242.61º 0.66% 0.69% -
XYZ 11.53 7.45 41.39 -
YUV 74.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 65 60 175 0.63 0.66 0 0.31 242.61 0.49 0.46
Hex 41 3C AF 3F 42 0 1F F3 31 2E
Octal 101 74 257 77 102 0 37 363 61 56
Binary 1000001 111100 10101111 111111 1000010 0 11111 11110011 110001 101110

Color Harmonies of #413CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413CAF

Black with #413CAF

Text Example


Text Example

White with #413CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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