Html Css Color HEX #4122A5 Blue Gem

📋 copy color: '#4122A5'

red 65 ◦ green 34 ◦ blue 165

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

Shades of Blue Gem #4122A5

Tints of Blue Gem #4122A5

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

 BLUE value IS 165 (64.84% from 255) = 62.5%

R = 24.62%
G = 12.88%
B = 62.5%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4122A5 (or 0x4122A5) is known color: Blue Gem. HEX triplet: 41, 22 and A5. RGB value is (65,34,165). Sum of RGB (Red+Green+Blue) = 65+34+165=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #4122A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4122A5 is #BEDD5A. Grayscale: #393939. Windows color (decimal): -12508507 or 10822209. OLE color: 10822209.

HSL color Cylindrical-coordinate representation of color #4122A5: hue angle of 254.2º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4122A5 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 34 165 -
CMYK 0.61 0.79 0 0.35
HSL 254.2º 0.66% 0.39% -
HSV(B) 254.2º 0.79% 0.65% -
XYZ 9.54 4.98 36.06 -
YUV 58.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 65 34 165 0.61 0.79 0 0.35 254.2 0.66 0.39
Hex 41 22 A5 3D 4F 0 23 FE 42 27
Octal 101 42 245 75 117 0 43 376 102 47
Binary 1000001 100010 10100101 111101 1001111 0 100011 11111110 1000010 100111

Color Harmonies of #4122A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4122A5

Black with #4122A5

Text Example


Text Example

White with #4122A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4122A5; }

 p { color: rgb(65,34,165); }

 H1.HeaderClassName
 {
   color: #4122A5;
 }
 .AnyTagClassName
 {
   color: #4122A5;
 }
</style>

background-color css

<style>
 a { background-color: #4122A5; }

 a { background-color: rgb(65,34,165); }

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

border-color css

<style>
 span { border-color: #4122A5; }

 span { border-color: rgb(65,34,165); }

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