Html Css Color HEX #4119A2 Blue Gem

📋 copy color: '#4119A2'

red 65 ◦ green 25 ◦ blue 162

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

Shades of Blue Gem #4119A2

Tints of Blue Gem #4119A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 64.29%

R = 25.79%
G = 9.92%
B = 64.29%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4119A2 (or 0x4119A2) is known color: Blue Gem. HEX triplet: 41, 19 and A2. RGB value is (65,25,162). Sum of RGB (Red+Green+Blue) = 65+25+162=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #4119A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4119A2 is #BEE65D. Grayscale: #343434. Windows color (decimal): -12510814 or 10623297. OLE color: 10623297.

HSL color Cylindrical-coordinate representation of color #4119A2: hue angle of 257.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4119A2 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 25 162 -
CMYK 0.60 0.85 0 0.36
HSL 257.52º 0.73% 0.37% -
HSV(B) 257.52º 0.85% 0.64% -
XYZ 9.05 4.43 34.56 -
YUV 52.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 65 25 162 0.60 0.85 0 0.36 257.52 0.73 0.37
Hex 41 19 A2 3C 55 0 24 102 49 25
Octal 101 31 242 74 125 0 44 402 111 45
Binary 1000001 11001 10100010 111100 1010101 0 100100 100000010 1001001 100101

Color Harmonies of #4119A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119A2

Black with #4119A2

Text Example


Text Example

White with #4119A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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