Html Css Color HEX #41319C Blue Gem

📋 copy color: '#41319C'

red 65 ◦ green 49 ◦ blue 156

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

Shades of Blue Gem #41319C

Tints of Blue Gem #41319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 24.07%
G = 18.15%
B = 57.78%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41319C (or 0x41319C) is known color: Blue Gem. HEX triplet: 41, 31 and 9C. RGB value is (65,49,156). Sum of RGB (Red+Green+Blue) = 65+49+156=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #41319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41319C is #BECE63. Grayscale: #414141. Windows color (decimal): -12504676 or 10236225. OLE color: 10236225.

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

Color convert

RGB 65 49 156 -
CMYK 0.58 0.69 0 0.39
HSL 248.97º 0.52% 0.4% -
HSV(B) 248.97º 0.69% 0.61% -
XYZ 9.28 5.72 32.07 -
YUV 65.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 65 49 156 0.58 0.69 0 0.39 248.97 0.52 0.4
Hex 41 31 9C 3A 45 0 27 F9 34 28
Octal 101 61 234 72 105 0 47 371 64 50
Binary 1000001 110001 10011100 111010 1000101 0 100111 11111001 110100 101000

Color Harmonies of #41319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41319C

Black with #41319C

Text Example


Text Example

White with #41319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41319C; }

 p { color: rgb(65,49,156); }

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

background-color css

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

 a { background-color: rgb(65,49,156); }

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

border-color css

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

 span { border-color: rgb(65,49,156); }

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