Html Css Color HEX #413599 Blue Gem

📋 copy color: '#413599'

red 65 ◦ green 53 ◦ blue 153

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

Shades of Blue Gem #413599

Tints of Blue Gem #413599

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 153 (60.16% from 255) = 56.46%

R = 23.99%
G = 19.56%
B = 56.46%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#413599 (or 0x413599) is known color: Blue Gem. HEX triplet: 41, 35 and 99. RGB value is (65,53,153). Sum of RGB (Red+Green+Blue) = 65+53+153=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #413599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413599 is #BECA66. Grayscale: #434343. Windows color (decimal): -12503655 or 10040641. OLE color: 10040641.

HSL color Cylindrical-coordinate representation of color #413599: hue angle of 247.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413599 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 53 153 -
CMYK 0.58 0.65 0 0.4
HSL 247.2º 0.49% 0.4% -
HSV(B) 247.2º 0.65% 0.6% -
XYZ 9.2 5.97 30.8 -
YUV 67.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 65 53 153 0.58 0.65 0 0.4 247.2 0.49 0.4
Hex 41 35 99 3A 41 0 28 F7 31 28
Octal 101 65 231 72 101 0 50 367 61 50
Binary 1000001 110101 10011001 111010 1000001 0 101000 11110111 110001 101000

Color Harmonies of #413599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413599

Black with #413599

Text Example


Text Example

White with #413599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413599; }

 p { color: rgb(65,53,153); }

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

background-color css

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

 a { background-color: rgb(65,53,153); }

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

border-color css

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

 span { border-color: rgb(65,53,153); }

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