Html Css Color HEX #4128AB Blue Gem

📋 copy color: '#4128AB'

red 65 ◦ green 40 ◦ blue 171

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

Shades of Blue Gem #4128AB

Tints of Blue Gem #4128AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 23.55%
G = 14.49%
B = 61.96%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4128AB (or 0x4128AB) is known color: Blue Gem. HEX triplet: 41, 28 and AB. RGB value is (65,40,171). Sum of RGB (Red+Green+Blue) = 65+40+171=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4128AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4128AB is #BED754. Grayscale: #3D3D3D. Windows color (decimal): -12506965 or 11216961. OLE color: 11216961.

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

Color convert

RGB 65 40 171 -
CMYK 0.62 0.77 0 0.33
HSL 251.45º 0.62% 0.41% -
HSV(B) 251.45º 0.77% 0.67% -
XYZ 10.29 5.58 39.06 -
YUV 62.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 65 40 171 0.62 0.77 0 0.33 251.45 0.62 0.41
Hex 41 28 AB 3E 4D 0 21 FB 3E 29
Octal 101 50 253 76 115 0 41 373 76 51
Binary 1000001 101000 10101011 111110 1001101 0 100001 11111011 111110 101001

Color Harmonies of #4128AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128AB

Black with #4128AB

Text Example


Text Example

White with #4128AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4128AB; }

 p { color: rgb(65,40,171); }

 H1.HeaderClassName
 {
   color: #4128AB;
 }
 .AnyTagClassName
 {
   color: #4128AB;
 }
</style>

background-color css

<style>
 a { background-color: #4128AB; }

 a { background-color: rgb(65,40,171); }

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

border-color css

<style>
 span { border-color: #4128AB; }

 span { border-color: rgb(65,40,171); }

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