Html Css Color HEX #413299 Blue Gem

📋 copy color: '#413299'

red 65 ◦ green 50 ◦ blue 153

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

Shades of Blue Gem #413299

Tints of Blue Gem #413299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 24.25%
G = 18.66%
B = 57.09%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#413299 (or 0x413299) is known color: Blue Gem. HEX triplet: 41, 32 and 99. RGB value is (65,50,153). Sum of RGB (Red+Green+Blue) = 65+50+153=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #413299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413299 is #BECD66. Grayscale: #414141. Windows color (decimal): -12504423 or 10039873. OLE color: 10039873.

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

Color convert

RGB 65 50 153 -
CMYK 0.58 0.67 0 0.4
HSL 248.74º 0.51% 0.4% -
HSV(B) 248.74º 0.67% 0.6% -
XYZ 9.07 5.7 30.76 -
YUV 66.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 65 50 153 0.58 0.67 0 0.4 248.74 0.51 0.4
Hex 41 32 99 3A 43 0 28 F9 33 28
Octal 101 62 231 72 103 0 50 371 63 50
Binary 1000001 110010 10011001 111010 1000011 0 101000 11111001 110011 101000

Color Harmonies of #413299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413299

Black with #413299

Text Example


Text Example

White with #413299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413299; }

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

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

background-color css

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

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

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

border-color css

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

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

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