Html Css Color HEX #413598 Blue Gem

📋 copy color: '#413598'

red 65 ◦ green 53 ◦ blue 152

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

Shades of Blue Gem #413598

Tints of Blue Gem #413598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 24.07%
G = 19.63%
B = 56.3%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#413598 (or 0x413598) is known color: Blue Gem. HEX triplet: 41, 35 and 98. RGB value is (65,53,152). Sum of RGB (Red+Green+Blue) = 65+53+152=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #413598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413598 is #BECA67. Grayscale: #434343. Windows color (decimal): -12503656 or 9975105. OLE color: 9975105.

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

Color convert

RGB 65 53 152 -
CMYK 0.57 0.65 0 0.40
HSL 247.27º 0.48% 0.4% -
HSV(B) 247.27º 0.65% 0.6% -
XYZ 9.12 5.94 30.37 -
YUV 67.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 65 53 152 0.57 0.65 0 0.40 247.27 0.48 0.4
Hex 41 35 98 39 41 0 28 F7 30 28
Octal 101 65 230 71 101 0 50 367 60 50
Binary 1000001 110101 10011000 111001 1000001 0 101000 11110111 110000 101000

Color Harmonies of #413598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413598

Black with #413598

Text Example


Text Example

White with #413598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413598; }

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

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

background-color css

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

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

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

border-color css

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

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

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