Html Css Color HEX #43328F Blue Gem

📋 copy color: '#43328F'

red 67 ◦ green 50 ◦ blue 143

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

Shades of Blue Gem #43328F

Tints of Blue Gem #43328F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 143 (56.25% from 255) = 55%

R = 25.77%
G = 19.23%
B = 55%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43328F (or 0x43328F) is known color: Blue Gem. HEX triplet: 43, 32 and 8F. RGB value is (67,50,143). Sum of RGB (Red+Green+Blue) = 67+50+143=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #43328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43328F is #BCCD70. Grayscale: #414141. Windows color (decimal): -12373361 or 9384515. OLE color: 9384515.

HSL color Cylindrical-coordinate representation of color #43328F: hue angle of 250.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43328F is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 50 143 -
CMYK 0.53 0.65 0 0.44
HSL 250.97º 0.48% 0.38% -
HSV(B) 250.97º 0.65% 0.56% -
XYZ 8.41 5.46 26.6 -
YUV 65.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 67 50 143 0.53 0.65 0 0.44 250.97 0.48 0.38
Hex 43 32 8F 35 41 0 2C FB 30 26
Octal 103 62 217 65 101 0 54 373 60 46
Binary 1000011 110010 10001111 110101 1000001 0 101100 11111011 110000 100110

Color Harmonies of #43328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43328F

Black with #43328F

Text Example


Text Example

White with #43328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43328F; }

 p { color: rgb(67,50,143); }

 H1.HeaderClassName
 {
   color: #43328F;
 }
 .AnyTagClassName
 {
   color: #43328F;
 }
</style>

background-color css

<style>
 a { background-color: #43328F; }

 a { background-color: rgb(67,50,143); }

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

border-color css

<style>
 span { border-color: #43328F; }

 span { border-color: rgb(67,50,143); }

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