Html Css Color HEX #4119AA Blue Gem

📋 copy color: '#4119AA'

red 65 ◦ green 25 ◦ blue 170

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

Shades of Blue Gem #4119AA

Tints of Blue Gem #4119AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 170 (66.8% from 255) = 65.38%

R = 25%
G = 9.62%
B = 65.38%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4119AA (or 0x4119AA) is known color: Blue Gem. HEX triplet: 41, 19 and AA. RGB value is (65,25,170). Sum of RGB (Red+Green+Blue) = 65+25+170=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #4119AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4119AA is #BEE655. Grayscale: #343434. Windows color (decimal): -12510806 or 11147585. OLE color: 11147585.

HSL color Cylindrical-coordinate representation of color #4119AA: hue angle of 256.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4119AA is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 25 170 -
CMYK 0.62 0.85 0 0.33
HSL 256.55º 0.74% 0.38% -
HSV(B) 256.55º 0.85% 0.67% -
XYZ 9.78 4.72 38.43 -
YUV 53.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 65 25 170 0.62 0.85 0 0.33 256.55 0.74 0.38
Hex 41 19 AA 3E 55 0 21 101 4A 26
Octal 101 31 252 76 125 0 41 401 112 46
Binary 1000001 11001 10101010 111110 1010101 0 100001 100000001 1001010 100110

Color Harmonies of #4119AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119AA

Black with #4119AA

Text Example


Text Example

White with #4119AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119AA; }

 p { color: rgb(65,25,170); }

 H1.HeaderClassName
 {
   color: #4119AA;
 }
 .AnyTagClassName
 {
   color: #4119AA;
 }
</style>

background-color css

<style>
 a { background-color: #4119AA; }

 a { background-color: rgb(65,25,170); }

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

border-color css

<style>
 span { border-color: #4119AA; }

 span { border-color: rgb(65,25,170); }

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