Html Css Color HEX #413698 Blue Gem

📋 copy color: '#413698'

red 65 ◦ green 54 ◦ blue 152

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

Shades of Blue Gem #413698

Tints of Blue Gem #413698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 23.99%
G = 19.93%
B = 56.09%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#413698 (or 0x413698) is known color: Blue Gem. HEX triplet: 41, 36 and 98. RGB value is (65,54,152). Sum of RGB (Red+Green+Blue) = 65+54+152=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #413698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413698 is #BEC967. Grayscale: #444444. Windows color (decimal): -12503400 or 9975361. OLE color: 9975361.

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

Color convert

RGB 65 54 152 -
CMYK 0.57 0.64 0 0.40
HSL 246.73º 0.48% 0.4% -
HSV(B) 246.73º 0.64% 0.6% -
XYZ 9.17 6.03 30.39 -
YUV 68.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 65 54 152 0.57 0.64 0 0.40 246.73 0.48 0.4
Hex 41 36 98 39 40 0 28 F7 30 28
Octal 101 66 230 71 100 0 50 367 60 50
Binary 1000001 110110 10011000 111001 1000000 0 101000 11110111 110000 101000

Color Harmonies of #413698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413698

Black with #413698

Text Example


Text Example

White with #413698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413698; }

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

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

background-color css

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

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

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

border-color css

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

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

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