Html Css Color HEX #4124AA Blue Gem

📋 copy color: '#4124AA'

red 65 ◦ green 36 ◦ blue 170

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

Shades of Blue Gem #4124AA

Tints of Blue Gem #4124AA

RGB

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

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

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

R = 23.99%
G = 13.28%
B = 62.73%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4124AA (or 0x4124AA) is known color: Blue Gem. HEX triplet: 41, 24 and AA. RGB value is (65,36,170). Sum of RGB (Red+Green+Blue) = 65+36+170=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #4124AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4124AA is #BEDB55. Grayscale: #3B3B3B. Windows color (decimal): -12507990 or 11150401. OLE color: 11150401.

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

Color convert

RGB 65 36 170 -
CMYK 0.62 0.79 0 0.33
HSL 252.99º 0.65% 0.4% -
HSV(B) 252.99º 0.79% 0.67% -
XYZ 10.07 5.29 38.52 -
YUV 59.95 190.11 131.6 -
System Red Green Blue C M Y K H S L
Decimal 65 36 170 0.62 0.79 0 0.33 252.99 0.65 0.4
Hex 41 24 AA 3E 4F 0 21 FD 41 28
Octal 101 44 252 76 117 0 41 375 101 50
Binary 1000001 100100 10101010 111110 1001111 0 100001 11111101 1000001 101000

Color Harmonies of #4124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124AA

Black with #4124AA

Text Example


Text Example

White with #4124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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