Html Css Color HEX #4328AD Blue Gem

📋 copy color: '#4328AD'

red 67 ◦ green 40 ◦ blue 173

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

Shades of Blue Gem #4328AD

Tints of Blue Gem #4328AD

RGB

 RED value IS 67 (26.56% from 255) = 23.93%

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

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 23.93%
G = 14.29%
B = 61.79%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4328AD (or 0x4328AD) is known color: Blue Gem. HEX triplet: 43, 28 and AD. RGB value is (67,40,173). Sum of RGB (Red+Green+Blue) = 67+40+173=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #4328AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4328AD is #BCD752. Grayscale: #3E3E3E. Windows color (decimal): -12375891 or 11348035. OLE color: 11348035.

HSL color Cylindrical-coordinate representation of color #4328AD: hue angle of 252.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4328AD is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 40 173 -
CMYK 0.61 0.77 0 0.32
HSL 252.18º 0.62% 0.42% -
HSV(B) 252.18º 0.77% 0.68% -
XYZ 10.62 5.73 40.08 -
YUV 63.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 67 40 173 0.61 0.77 0 0.32 252.18 0.62 0.42
Hex 43 28 AD 3D 4D 0 20 FC 3E 2A
Octal 103 50 255 75 115 0 40 374 76 52
Binary 1000011 101000 10101101 111101 1001101 0 100000 11111100 111110 101010

Color Harmonies of #4328AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4328AD

Black with #4328AD

Text Example


Text Example

White with #4328AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4328AD; }

 p { color: rgb(67,40,173); }

 H1.HeaderClassName
 {
   color: #4328AD;
 }
 .AnyTagClassName
 {
   color: #4328AD;
 }
</style>

background-color css

<style>
 a { background-color: #4328AD; }

 a { background-color: rgb(67,40,173); }

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

border-color css

<style>
 span { border-color: #4328AD; }

 span { border-color: rgb(67,40,173); }

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