Html Css Color HEX #41269C Blue Gem

📋 copy color: '#41269C'

red 65 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #41269C

Tints of Blue Gem #41269C

RGB

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

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

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

R = 25.1%
G = 14.67%
B = 60.23%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41269C (or 0x41269C) is known color: Blue Gem. HEX triplet: 41, 26 and 9C. RGB value is (65,38,156). Sum of RGB (Red+Green+Blue) = 65+38+156=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #41269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41269C is #BED963. Grayscale: #3B3B3B. Windows color (decimal): -12507492 or 10233409. OLE color: 10233409.

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

Color convert

RGB 65 38 156 -
CMYK 0.58 0.76 0 0.39
HSL 253.73º 0.61% 0.38% -
HSV(B) 253.73º 0.76% 0.61% -
XYZ 8.87 4.91 31.93 -
YUV 59.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 65 38 156 0.58 0.76 0 0.39 253.73 0.61 0.38
Hex 41 26 9C 3A 4C 0 27 FE 3D 26
Octal 101 46 234 72 114 0 47 376 75 46
Binary 1000001 100110 10011100 111010 1001100 0 100111 11111110 111101 100110

Color Harmonies of #41269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41269C

Black with #41269C

Text Example


Text Example

White with #41269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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