Html Css Color HEX #4131AC Blue Gem

📋 copy color: '#4131AC'

red 65 ◦ green 49 ◦ blue 172

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

Shades of Blue Gem #4131AC

Tints of Blue Gem #4131AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

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

R = 22.73%
G = 17.13%
B = 60.14%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4131AC (or 0x4131AC) is known color: Blue Gem. HEX triplet: 41, 31 and AC. RGB value is (65,49,172). Sum of RGB (Red+Green+Blue) = 65+49+172=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #4131AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4131AC is #BECE53. Grayscale: #434343. Windows color (decimal): -12504660 or 11284801. OLE color: 11284801.

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

Color convert

RGB 65 49 172 -
CMYK 0.62 0.72 0 0.33
HSL 247.8º 0.56% 0.43% -
HSV(B) 247.8º 0.72% 0.67% -
XYZ 10.72 6.3 39.68 -
YUV 67.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 65 49 172 0.62 0.72 0 0.33 247.8 0.56 0.43
Hex 41 31 AC 3E 48 0 21 F8 38 2B
Octal 101 61 254 76 110 0 41 370 70 53
Binary 1000001 110001 10101100 111110 1001000 0 100001 11111000 111000 101011

Color Harmonies of #4131AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4131AC

Black with #4131AC

Text Example


Text Example

White with #4131AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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