Html Css Color HEX #41329C Blue Gem

📋 copy color: '#41329C'

red 65 ◦ green 50 ◦ blue 156

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

Shades of Blue Gem #41329C

Tints of Blue Gem #41329C

RGB

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

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

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

R = 23.99%
G = 18.45%
B = 57.56%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41329C (or 0x41329C) is known color: Blue Gem. HEX triplet: 41, 32 and 9C. RGB value is (65,50,156). Sum of RGB (Red+Green+Blue) = 65+50+156=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #41329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41329C is #BECD63. Grayscale: #424242. Windows color (decimal): -12504420 or 10236481. OLE color: 10236481.

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

Color convert

RGB 65 50 156 -
CMYK 0.58 0.68 0 0.39
HSL 248.49º 0.51% 0.4% -
HSV(B) 248.49º 0.68% 0.61% -
XYZ 9.32 5.81 32.08 -
YUV 66.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 65 50 156 0.58 0.68 0 0.39 248.49 0.51 0.4
Hex 41 32 9C 3A 44 0 27 F8 33 28
Octal 101 62 234 72 104 0 47 370 63 50
Binary 1000001 110010 10011100 111010 1000100 0 100111 11111000 110011 101000

Color Harmonies of #41329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41329C

Black with #41329C

Text Example


Text Example

White with #41329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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