Html Css Color HEX #41359D Blue Gem

📋 copy color: '#41359D'

red 65 ◦ green 53 ◦ blue 157

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

Shades of Blue Gem #41359D

Tints of Blue Gem #41359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 23.64%
G = 19.27%
B = 57.09%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41359D (or 0x41359D) is known color: Blue Gem. HEX triplet: 41, 35 and 9D. RGB value is (65,53,157). Sum of RGB (Red+Green+Blue) = 65+53+157=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #41359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41359D is #BECA62. Grayscale: #444444. Windows color (decimal): -12503651 or 10302785. OLE color: 10302785.

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

Color convert

RGB 65 53 157 -
CMYK 0.59 0.66 0 0.38
HSL 246.92º 0.5% 0.41% -
HSV(B) 246.92º 0.66% 0.62% -
XYZ 9.54 6.1 32.57 -
YUV 68.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 65 53 157 0.59 0.66 0 0.38 246.92 0.5 0.41
Hex 41 35 9D 3B 42 0 26 F7 32 29
Octal 101 65 235 73 102 0 46 367 62 51
Binary 1000001 110101 10011101 111011 1000010 0 100110 11110111 110010 101001

Color Harmonies of #41359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41359D

Black with #41359D

Text Example


Text Example

White with #41359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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