Html Css Color HEX #413297 Blue Gem

📋 copy color: '#413297'

red 65 ◦ green 50 ◦ blue 151

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

Shades of Blue Gem #413297

Tints of Blue Gem #413297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 151 (59.38% from 255) = 56.77%

R = 24.44%
G = 18.8%
B = 56.77%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413297 (or 0x413297) is known color: Blue Gem. HEX triplet: 41, 32 and 97. RGB value is (65,50,151). Sum of RGB (Red+Green+Blue) = 65+50+151=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #413297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413297 is #BECD68. Grayscale: #414141. Windows color (decimal): -12504425 or 9908801. OLE color: 9908801.

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

Color convert

RGB 65 50 151 -
CMYK 0.57 0.67 0 0.41
HSL 248.91º 0.5% 0.39% -
HSV(B) 248.91º 0.67% 0.59% -
XYZ 8.91 5.64 29.9 -
YUV 66 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 65 50 151 0.57 0.67 0 0.41 248.91 0.5 0.39
Hex 41 32 97 39 43 0 29 F9 32 27
Octal 101 62 227 71 103 0 51 371 62 47
Binary 1000001 110010 10010111 111001 1000011 0 101001 11111001 110010 100111

Color Harmonies of #413297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413297

Black with #413297

Text Example


Text Example

White with #413297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413297; }

 p { color: rgb(65,50,151); }

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

background-color css

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

 a { background-color: rgb(65,50,151); }

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

border-color css

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

 span { border-color: rgb(65,50,151); }

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