Html Css Color HEX #413098 Blue Gem

📋 copy color: '#413098'

red 65 ◦ green 48 ◦ blue 152

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

Shades of Blue Gem #413098

Tints of Blue Gem #413098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 24.53%
G = 18.11%
B = 57.36%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#413098 (or 0x413098) is known color: Blue Gem. HEX triplet: 41, 30 and 98. RGB value is (65,48,152). Sum of RGB (Red+Green+Blue) = 65+48+152=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #413098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413098 is #BECF67. Grayscale: #404040. Windows color (decimal): -12504936 or 9973825. OLE color: 9973825.

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

Color convert

RGB 65 48 152 -
CMYK 0.57 0.68 0 0.40
HSL 249.81º 0.52% 0.39% -
HSV(B) 249.81º 0.68% 0.6% -
XYZ 8.9 5.5 30.3 -
YUV 64.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 65 48 152 0.57 0.68 0 0.40 249.81 0.52 0.39
Hex 41 30 98 39 44 0 28 FA 34 27
Octal 101 60 230 71 104 0 50 372 64 47
Binary 1000001 110000 10011000 111001 1000100 0 101000 11111010 110100 100111

Color Harmonies of #413098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413098

Black with #413098

Text Example


Text Example

White with #413098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413098; }

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

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

background-color css

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

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

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

border-color css

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

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

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