Html Css Color HEX #413BAF Blue Gem

📋 copy color: '#413BAF'

red 65 ◦ green 59 ◦ blue 175

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

Shades of Blue Gem #413BAF

Tints of Blue Gem #413BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

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

R = 21.74%
G = 19.73%
B = 58.53%

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

#413BAF (or 0x413BAF) is known color: Blue Gem. HEX triplet: 41, 3B and AF. RGB value is (65,59,175). Sum of RGB (Red+Green+Blue) = 65+59+175=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #413BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BAF is #BEC450. Grayscale: #494949. Windows color (decimal): -12502097 or 11483969. OLE color: 11483969.

HSL color Cylindrical-coordinate representation of color #413BAF: hue angle of 243.1º degrees, saturation: 0.5, 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 #413BAF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 59 175 -
CMYK 0.63 0.66 0 0.31
HSL 243.1º 0.5% 0.46% -
HSV(B) 243.1º 0.66% 0.69% -
XYZ 11.48 7.35 41.37 -
YUV 74.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 65 59 175 0.63 0.66 0 0.31 243.1 0.5 0.46
Hex 41 3B AF 3F 42 0 1F F3 32 2E
Octal 101 73 257 77 102 0 37 363 62 56
Binary 1000001 111011 10101111 111111 1000010 0 11111 11110011 110010 101110

Color Harmonies of #413BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BAF

Black with #413BAF

Text Example


Text Example

White with #413BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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