Html Css Color HEX #41309B Blue Gem

📋 copy color: '#41309B'

red 65 ◦ green 48 ◦ blue 155

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

Shades of Blue Gem #41309B

Tints of Blue Gem #41309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 24.25%
G = 17.91%
B = 57.84%

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

#41309B (or 0x41309B) is known color: Blue Gem. HEX triplet: 41, 30 and 9B. RGB value is (65,48,155). Sum of RGB (Red+Green+Blue) = 65+48+155=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #41309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41309B is #BECF64. Grayscale: #404040. Windows color (decimal): -12504933 or 10170433. OLE color: 10170433.

HSL color Cylindrical-coordinate representation of color #41309B: hue angle of 249.53º degrees, saturation: 0.53, 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 #41309B is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 48 155 -
CMYK 0.58 0.69 0 0.39
HSL 249.53º 0.53% 0.4% -
HSV(B) 249.53º 0.69% 0.61% -
XYZ 9.15 5.6 31.61 -
YUV 65.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 65 48 155 0.58 0.69 0 0.39 249.53 0.53 0.4
Hex 41 30 9B 3A 45 0 27 FA 35 28
Octal 101 60 233 72 105 0 47 372 65 50
Binary 1000001 110000 10011011 111010 1000101 0 100111 11111010 110101 101000

Color Harmonies of #41309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41309B

Black with #41309B

Text Example


Text Example

White with #41309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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