Html Css Color HEX #413397 Blue Gem

📋 copy color: '#413397'

red 65 ◦ green 51 ◦ blue 151

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

Shades of Blue Gem #413397

Tints of Blue Gem #413397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

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

R = 24.34%
G = 19.1%
B = 56.55%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#413397 (or 0x413397) is known color: Blue Gem. HEX triplet: 41, 33 and 97. RGB value is (65,51,151). Sum of RGB (Red+Green+Blue) = 65+51+151=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #413397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413397 is #BECC68. Grayscale: #424242. Windows color (decimal): -12504169 or 9909057. OLE color: 9909057.

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

Color convert

RGB 65 51 151 -
CMYK 0.57 0.66 0 0.41
HSL 248.4º 0.5% 0.4% -
HSV(B) 248.4º 0.66% 0.59% -
XYZ 8.95 5.73 29.91 -
YUV 66.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 65 51 151 0.57 0.66 0 0.41 248.4 0.5 0.4
Hex 41 33 97 39 42 0 29 F8 32 28
Octal 101 63 227 71 102 0 51 370 62 50
Binary 1000001 110011 10010111 111001 1000010 0 101001 11111000 110010 101000

Color Harmonies of #413397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413397

Black with #413397

Text Example


Text Example

White with #413397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413397; }

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

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

background-color css

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

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

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

border-color css

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

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

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