Html Css Color HEX #413699 Blue Gem

📋 copy color: '#413699'

red 65 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #413699

Tints of Blue Gem #413699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 23.9%
G = 19.85%
B = 56.25%

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

#413699 (or 0x413699) is known color: Blue Gem. HEX triplet: 41, 36 and 99. RGB value is (65,54,153). Sum of RGB (Red+Green+Blue) = 65+54+153=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #413699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413699 is #BEC966. Grayscale: #444444. Windows color (decimal): -12503399 or 10040897. OLE color: 10040897.

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

Color convert

RGB 65 54 153 -
CMYK 0.58 0.65 0 0.4
HSL 246.67º 0.48% 0.41% -
HSV(B) 246.67º 0.65% 0.6% -
XYZ 9.25 6.06 30.82 -
YUV 68.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 65 54 153 0.58 0.65 0 0.4 246.67 0.48 0.41
Hex 41 36 99 3A 41 0 28 F7 30 29
Octal 101 66 231 72 101 0 50 367 60 51
Binary 1000001 110110 10011001 111010 1000001 0 101000 11110111 110000 101001

Color Harmonies of #413699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413699

Black with #413699

Text Example


Text Example

White with #413699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413699; }

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

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

background-color css

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

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

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

border-color css

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

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

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