Html Css Color HEX #41269E Blue Gem

📋 copy color: '#41269E'

red 65 ◦ green 38 ◦ blue 158

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

Shades of Blue Gem #41269E

Tints of Blue Gem #41269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 158 (62.11% from 255) = 60.54%

R = 24.9%
G = 14.56%
B = 60.54%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41269E (or 0x41269E) is known color: Blue Gem. HEX triplet: 41, 26 and 9E. RGB value is (65,38,158). Sum of RGB (Red+Green+Blue) = 65+38+158=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #41269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41269E is #BED961. Grayscale: #3B3B3B. Windows color (decimal): -12507490 or 10364481. OLE color: 10364481.

HSL color Cylindrical-coordinate representation of color #41269E: hue angle of 253.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41269E is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 38 158 -
CMYK 0.59 0.76 0 0.38
HSL 253.5º 0.61% 0.38% -
HSV(B) 253.5º 0.76% 0.62% -
XYZ 9.04 4.98 32.83 -
YUV 59.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 65 38 158 0.59 0.76 0 0.38 253.5 0.61 0.38
Hex 41 26 9E 3B 4C 0 26 FE 3D 26
Octal 101 46 236 73 114 0 46 376 75 46
Binary 1000001 100110 10011110 111011 1001100 0 100110 11111110 111101 100110

Color Harmonies of #41269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41269E

Black with #41269E

Text Example


Text Example

White with #41269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41269E; }

 p { color: rgb(65,38,158); }

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

background-color css

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

 a { background-color: rgb(65,38,158); }

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

border-color css

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

 span { border-color: rgb(65,38,158); }

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