Html Css Color HEX #413497 Blue Gem

📋 copy color: '#413497'

red 65 ◦ green 52 ◦ blue 151

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

Shades of Blue Gem #413497

Tints of Blue Gem #413497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

 BLUE value IS 151 (59.38% from 255) = 56.34%

R = 24.25%
G = 19.4%
B = 56.34%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413497 (or 0x413497) is known color: Blue Gem. HEX triplet: 41, 34 and 97. RGB value is (65,52,151). Sum of RGB (Red+Green+Blue) = 65+52+151=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #413497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413497 is #BECB68. Grayscale: #424242. Windows color (decimal): -12503913 or 9909313. OLE color: 9909313.

HSL color Cylindrical-coordinate representation of color #413497: hue angle of 247.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413497 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 52 151 -
CMYK 0.57 0.66 0 0.41
HSL 247.88º 0.49% 0.4% -
HSV(B) 247.88º 0.66% 0.59% -
XYZ 8.99 5.81 29.93 -
YUV 67.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 65 52 151 0.57 0.66 0 0.41 247.88 0.49 0.4
Hex 41 34 97 39 42 0 29 F8 31 28
Octal 101 64 227 71 102 0 51 370 61 50
Binary 1000001 110100 10010111 111001 1000010 0 101001 11111000 110001 101000

Color Harmonies of #413497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413497

Black with #413497

Text Example


Text Example

White with #413497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413497; }

 p { color: rgb(65,52,151); }

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

background-color css

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

 a { background-color: rgb(65,52,151); }

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

border-color css

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

 span { border-color: rgb(65,52,151); }

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