Html Css Color HEX #413099 Blue Gem

📋 copy color: '#413099'

red 65 ◦ green 48 ◦ blue 153

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

Shades of Blue Gem #413099

Tints of Blue Gem #413099

RGB

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

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

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

R = 24.44%
G = 18.05%
B = 57.52%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#413099 (or 0x413099) is known color: Blue Gem. HEX triplet: 41, 30 and 99. RGB value is (65,48,153). Sum of RGB (Red+Green+Blue) = 65+48+153=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #413099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413099 is #BECF66. Grayscale: #404040. Windows color (decimal): -12504935 or 10039361. OLE color: 10039361.

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

Color convert

RGB 65 48 153 -
CMYK 0.58 0.69 0 0.4
HSL 249.71º 0.52% 0.39% -
HSV(B) 249.71º 0.69% 0.6% -
XYZ 8.99 5.54 30.73 -
YUV 65.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 65 48 153 0.58 0.69 0 0.4 249.71 0.52 0.39
Hex 41 30 99 3A 45 0 28 FA 34 27
Octal 101 60 231 72 105 0 50 372 64 47
Binary 1000001 110000 10011001 111010 1000101 0 101000 11111010 110100 100111

Color Harmonies of #413099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413099

Black with #413099

Text Example


Text Example

White with #413099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413099; }

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

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

background-color css

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

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

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

border-color css

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

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

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