Html Css Color HEX #413499 Blue Gem

📋 copy color: '#413499'

red 65 ◦ green 52 ◦ blue 153

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

Shades of Blue Gem #413499

Tints of Blue Gem #413499

RGB

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

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

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

R = 24.07%
G = 19.26%
B = 56.67%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#413499 (or 0x413499) is known color: Blue Gem. HEX triplet: 41, 34 and 99. RGB value is (65,52,153). Sum of RGB (Red+Green+Blue) = 65+52+153=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #413499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413499 is #BECB66. Grayscale: #434343. Windows color (decimal): -12503911 or 10040385. OLE color: 10040385.

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

Color convert

RGB 65 52 153 -
CMYK 0.58 0.66 0 0.4
HSL 247.72º 0.49% 0.4% -
HSV(B) 247.72º 0.66% 0.6% -
XYZ 9.16 5.88 30.79 -
YUV 67.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 65 52 153 0.58 0.66 0 0.4 247.72 0.49 0.4
Hex 41 34 99 3A 42 0 28 F8 31 28
Octal 101 64 231 72 102 0 50 370 61 50
Binary 1000001 110100 10011001 111010 1000010 0 101000 11111000 110001 101000

Color Harmonies of #413499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413499

Black with #413499

Text Example


Text Example

White with #413499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413499; }

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

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

background-color css

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

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

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

border-color css

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

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

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