Html Css Color HEX #4124A0 Blue Gem

📋 copy color: '#4124A0'

red 65 ◦ green 36 ◦ blue 160

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

Shades of Blue Gem #4124A0

Tints of Blue Gem #4124A0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

 BLUE value IS 160 (62.89% from 255) = 61.3%

R = 24.9%
G = 13.79%
B = 61.3%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4124A0 (or 0x4124A0) is known color: Blue Gem. HEX triplet: 41, 24 and A0. RGB value is (65,36,160). Sum of RGB (Red+Green+Blue) = 65+36+160=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #4124A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4124A0 is #BEDB5F. Grayscale: #3A3A3A. Windows color (decimal): -12508000 or 10495041. OLE color: 10495041.

HSL color Cylindrical-coordinate representation of color #4124A0: hue angle of 254.03º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4124A0 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 36 160 -
CMYK 0.59 0.78 0 0.37
HSL 254.03º 0.63% 0.38% -
HSV(B) 254.03º 0.78% 0.63% -
XYZ 9.16 4.92 33.73 -
YUV 58.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 65 36 160 0.59 0.78 0 0.37 254.03 0.63 0.38
Hex 41 24 A0 3B 4E 0 25 FE 3F 26
Octal 101 44 240 73 116 0 45 376 77 46
Binary 1000001 100100 10100000 111011 1001110 0 100101 11111110 111111 100110

Color Harmonies of #4124A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124A0

Black with #4124A0

Text Example


Text Example

White with #4124A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4124A0; }

 p { color: rgb(65,36,160); }

 H1.HeaderClassName
 {
   color: #4124A0;
 }
 .AnyTagClassName
 {
   color: #4124A0;
 }
</style>

background-color css

<style>
 a { background-color: #4124A0; }

 a { background-color: rgb(65,36,160); }

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

border-color css

<style>
 span { border-color: #4124A0; }

 span { border-color: rgb(65,36,160); }

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