Html Css Color HEX #4125AC Blue Gem

📋 copy color: '#4125AC'

red 65 ◦ green 37 ◦ blue 172

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

Shades of Blue Gem #4125AC

Tints of Blue Gem #4125AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 23.72%
G = 13.5%
B = 62.77%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4125AC (or 0x4125AC) is known color: Blue Gem. HEX triplet: 41, 25 and AC. RGB value is (65,37,172). Sum of RGB (Red+Green+Blue) = 65+37+172=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #4125AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4125AC is #BEDA53. Grayscale: #3C3C3C. Windows color (decimal): -12507732 or 11281729. OLE color: 11281729.

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

Color convert

RGB 65 37 172 -
CMYK 0.62 0.78 0 0.33
HSL 252.44º 0.65% 0.41% -
HSV(B) 252.44º 0.78% 0.67% -
XYZ 10.29 5.43 39.53 -
YUV 60.76 190.78 131.02 -
System Red Green Blue C M Y K H S L
Decimal 65 37 172 0.62 0.78 0 0.33 252.44 0.65 0.41
Hex 41 25 AC 3E 4E 0 21 FC 41 29
Octal 101 45 254 76 116 0 41 374 101 51
Binary 1000001 100101 10101100 111110 1001110 0 100001 11111100 1000001 101001

Color Harmonies of #4125AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4125AC

Black with #4125AC

Text Example


Text Example

White with #4125AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4125AC; }

 p { color: rgb(65,37,172); }

 H1.HeaderClassName
 {
   color: #4125AC;
 }
 .AnyTagClassName
 {
   color: #4125AC;
 }
</style>

background-color css

<style>
 a { background-color: #4125AC; }

 a { background-color: rgb(65,37,172); }

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

border-color css

<style>
 span { border-color: #4125AC; }

 span { border-color: rgb(65,37,172); }

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