Html Css Color HEX #413396 Blue Gem

📋 copy color: '#413396'

red 65 ◦ green 51 ◦ blue 150

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

Shades of Blue Gem #413396

Tints of Blue Gem #413396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 24.44%
G = 19.17%
B = 56.39%

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

#413396 (or 0x413396) is known color: Blue Gem. HEX triplet: 41, 33 and 96. RGB value is (65,51,150). Sum of RGB (Red+Green+Blue) = 65+51+150=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #413396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413396 is #BECC69. Grayscale: #424242. Windows color (decimal): -12504170 or 9843521. OLE color: 9843521.

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

Color convert

RGB 65 51 150 -
CMYK 0.57 0.66 0 0.41
HSL 248.48º 0.49% 0.39% -
HSV(B) 248.48º 0.66% 0.59% -
XYZ 8.87 5.69 29.49 -
YUV 66.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 65 51 150 0.57 0.66 0 0.41 248.48 0.49 0.39
Hex 41 33 96 39 42 0 29 F8 31 27
Octal 101 63 226 71 102 0 51 370 61 47
Binary 1000001 110011 10010110 111001 1000010 0 101001 11111000 110001 100111

Color Harmonies of #413396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413396

Black with #413396

Text Example


Text Example

White with #413396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413396; }

 p { color: rgb(65,51,150); }

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

background-color css

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

 a { background-color: rgb(65,51,150); }

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

border-color css

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

 span { border-color: rgb(65,51,150); }

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